#B9E8CB

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

Shades of Aero Blue #B9E8CB

Tints of Aero Blue #B9E8CB

Color information

#B9E8CB (or 0xB9E8CB) is unknown color: approx Aero Blue. HEX triplet: B9, E8 and CB. RGB value is (185,232,203). Sum of RGB (Red+Green+Blue) = 185+232+203=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8CB is #461734. Grayscale: #D6D6D6. Windows color (decimal): -4593461 or 13363385. OLE color: 13363385.

HSL color Cylindrical-coordinate representation of color #B9E8CB: hue angle of 142.98º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8CB is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB185232203-
CMYK0.2000.120.09
HSL142.98º50.54%81.76%-
HSV(B)142.98º20.26%90.98%-
XYZ59.6472.3467.32-
YUV214.64121.43106.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.84%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=29.84%
G=37.42%
B=32.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322030.2000.120.09142.9850.5481.76
HexB9E8CB140C98f3352
Octal271350313240141121763122
Binary10111001111010001100101110100011001001100011111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8CB; }

 p { color: rgb(185,232,203); }

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

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

 a { background-color: rgb(185,232,203); }

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

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

 span { border-color: rgb(185,232,203); }

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