#84BBEA

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

Shades of Jordy Blue #84BBEA

Tints of Jordy Blue #84BBEA

Color information

#84BBEA (or 0x84BBEA) is unknown color: approx Jordy Blue. HEX triplet: 84, BB and EA. RGB value is (132,187,234). Sum of RGB (Red+Green+Blue) = 132+187+234=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #84BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BBEA is #7B4415. Grayscale: #AFAFAF. Windows color (decimal): -8078358 or 15383428. OLE color: 15383428.

HSL color Cylindrical-coordinate representation of color #84BBEA: hue angle of 207.65º 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 #84BBEA is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132187234-
CMYK0.440.2000.08
HSL207.65º70.83%71.76%-
HSV(B)207.65º43.59%91.76%-
XYZ42.1446.3984.57-
YUV175.91160.7896.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=23.87%
G=33.82%
B=42.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321872340.440.2000.08207.6570.8371.76
Hex84BBEA2C1408d04748
Octal2042733525424010320107110
Binary10000100101110111110101010110010100010001101000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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