#B9EAD5

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

Shades of Aero Blue #B9EAD5

Tints of Aero Blue #B9EAD5

Color information

#B9EAD5 (or 0xB9EAD5) is unknown color: approx Aero Blue. HEX triplet: B9, EA and D5. RGB value is (185,234,213). Sum of RGB (Red+Green+Blue) = 185+234+213=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAD5 is #46152A. Grayscale: #D8D8D8. Windows color (decimal): -4592939 or 14019257. OLE color: 14019257.

HSL color Cylindrical-coordinate representation of color #B9EAD5: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAD5 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB185234213-
CMYK0.2100.090.08
HSL154.29º53.85%82.16%-
HSV(B)154.29º20.94%91.76%-
XYZ61.4473.9673.99-
YUV216.96125.77105.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=29.27%
G=37.03%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852342130.2100.090.08154.2953.8582.16
HexB9EAD5150989a3652
Octal271352325250111023266122
Binary10111001111010101101010110101010011000100110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAD5; }

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

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

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

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

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

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

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

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