#B8DECC

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

Shades of Aero Blue #B8DECC

Tints of Aero Blue #B8DECC

Color information

#B8DECC (or 0xB8DECC) is unknown color: approx Aero Blue. HEX triplet: B8, DE and CC. RGB value is (184,222,204). Sum of RGB (Red+Green+Blue) = 184+222+204=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DECC is #472133. Grayscale: #D0D0D0. Windows color (decimal): -4661556 or 13426360. OLE color: 13426360.

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

Color convert

RGB184222204-
CMYK0.1700.080.13
HSL151.58º36.54%79.61%-
HSV(B)151.58º17.12%87.06%-
XYZ56.7966.7967.03-
YUV208.59125.41110.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=30.16%
G=36.39%
B=33.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842222040.1700.080.13151.5836.5479.61
HexB8DECC1108D982550
Octal270336314210101523045120
Binary10111000110111101100110010001010001101100110001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DECC; }

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

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

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

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

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

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

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

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