#B9DFCB

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

Shades of Aero Blue #B9DFCB

Tints of Aero Blue #B9DFCB

Color information

#B9DFCB (or 0xB9DFCB) is unknown color: approx Aero Blue. HEX triplet: B9, DF and CB. RGB value is (185,223,203). Sum of RGB (Red+Green+Blue) = 185+223+203=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFCB is #462034. Grayscale: #D1D1D1. Windows color (decimal): -4595765 or 13361081. OLE color: 13361081.

HSL color Cylindrical-coordinate representation of color #B9DFCB: hue angle of 148.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DFCB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB185223203-
CMYK0.1700.090.13
HSL148.42º37.25%80%-
HSV(B)148.42º17.04%87.45%-
XYZ57.1767.466.5-
YUV209.36124.41110.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=30.28%
G=36.50%
B=33.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852232030.1700.090.13148.4237.2580
HexB9DFCB1109D942550
Octal271337313210111522445120
Binary10111001110111111100101110001010011101100101001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DFCB; }

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

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

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

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

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

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

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

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