#B9E9D0

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

Shades of Aero Blue #B9E9D0

Tints of Aero Blue #B9E9D0

Color information

#B9E9D0 (or 0xB9E9D0) is unknown color: approx Aero Blue. HEX triplet: B9, E9 and D0. RGB value is (185,233,208). Sum of RGB (Red+Green+Blue) = 185+233+208=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9D0 is #46162F. Grayscale: #D7D7D7. Windows color (decimal): -4593200 or 13691321. OLE color: 13691321.

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

Color convert

RGB185233208-
CMYK0.2100.110.09
HSL148.75º52.17%81.96%-
HSV(B)148.75º20.6%91.37%-
XYZ60.5373.1570.6-
YUV215.8123.6106.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=29.55%
G=37.22%
B=33.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852332080.2100.110.09148.7552.1781.96
HexB9E9D0150B9953452
Octal271351320250131122564122
Binary10111001111010011101000010101010111001100101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9D0; }

 p { color: rgb(185,233,208); }

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

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

 a { background-color: rgb(185,233,208); }

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

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

 span { border-color: rgb(185,233,208); }

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