#84B9EA

Color #84B9EA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84B9EA

Tints of Jordy Blue #84B9EA

Color information

#84B9EA (or 0x84B9EA) is unknown color: approx Jordy Blue. HEX triplet: 84, B9 and EA. RGB value is (132,185,234). Sum of RGB (Red+Green+Blue) = 132+185+234=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #84B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B9EA is #7B4615. Grayscale: #AEAEAE. Windows color (decimal): -8078870 or 15382916. OLE color: 15382916.

HSL color Cylindrical-coordinate representation of color #84B9EA: hue angle of 208.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84B9EA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132185234-
CMYK0.440.2100.08
HSL208.82º70.83%71.76%-
HSV(B)208.82º43.59%91.76%-
XYZ41.7245.5484.43-
YUV174.74161.4497.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=23.96%
G=33.58%
B=42.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321852340.440.2100.08208.8270.8371.76
Hex84B9EA2C1508d14748
Octal2042713525425010321107110
Binary10000100101110011110101010110010101010001101000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B9EA; }

 p { color: rgb(132,185,234); }

 H1.HeaderClassName
 {
   color: #84B9EA;
 }
 .AnyTagClassName
 {
   color: #84B9EA;
 }
</style>
background-color css

<style>
 a { background-color: #84B9EA; }

 a { background-color: rgb(132,185,234); }

 div.DivClassName
 {
   background-color: #84B9EA;
 }
 .BgClassName
 {
   background-color: #84B9EA;
 }
</style>
border-color css

<style>
 span { border-color: #84B9EA; }

 span { border-color: rgb(132,185,234); }

 td.TdClassName
 {
   border-color: #84B9EA;
 }
 .TagClassName
 {
   border-color: #84B9EA;
 }
</style>