#B8DECB

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

Shades of Aero Blue #B8DECB

Tints of Aero Blue #B8DECB

Color information

#B8DECB (or 0xB8DECB) is unknown color: approx Aero Blue. HEX triplet: B8, DE and CB. RGB value is (184,222,203). Sum of RGB (Red+Green+Blue) = 184+222+203=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DECB is #472134. Grayscale: #D0D0D0. Windows color (decimal): -4661557 or 13360824. OLE color: 13360824.

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

Color convert

RGB184222203-
CMYK0.1700.090.13
HSL150º36.54%79.61%-
HSV(B)150º17.12%87.06%-
XYZ56.6766.7466.4-
YUV208.47124.91110.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=30.21%
G=36.45%
B=33.33%

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
Decimal1842222030.1700.090.1315036.5479.61
HexB8DECB1109D962550
Octal270336313210111522645120
Binary10111000110111101100101110001010011101100101101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DECB; }

 p { color: rgb(184,222,203); }

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

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

 a { background-color: rgb(184,222,203); }

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

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

 span { border-color: rgb(184,222,203); }

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