#B9EAD4

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

Shades of Aero Blue #B9EAD4

Tints of Aero Blue #B9EAD4

Color information

#B9EAD4 (or 0xB9EAD4) is unknown color: approx Aero Blue. HEX triplet: B9, EA and D4. RGB value is (185,234,212). Sum of RGB (Red+Green+Blue) = 185+234+212=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAD4 is #46152B. Grayscale: #D8D8D8. Windows color (decimal): -4592940 or 13953721. OLE color: 13953721.

HSL color Cylindrical-coordinate representation of color #B9EAD4: hue angle of 153.06º 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 #B9EAD4 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB185234212-
CMYK0.2100.090.08
HSL153.06º53.85%82.16%-
HSV(B)153.06º20.94%91.76%-
XYZ61.3173.9173.32-
YUV216.84125.27105.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=29.32%
G=37.08%
B=33.60%

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
Decimal1852342120.2100.090.08153.0653.8582.16
HexB9EAD415098993652
Octal271352324250111023166122
Binary10111001111010101101010010101010011000100110011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAD4; }

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

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

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

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

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

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

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

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