#CBE8D7

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

Shades of Aero Blue #CBE8D7

Tints of Aero Blue #CBE8D7

Color information

#CBE8D7 (or 0xCBE8D7) is unknown color: approx Aero Blue. HEX triplet: CB, E8 and D7. RGB value is (203,232,215). Sum of RGB (Red+Green+Blue) = 203+232+215=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D7 is #341728. Grayscale: #DDDDDD. Windows color (decimal): -3413801 or 14149835. OLE color: 14149835.

HSL color Cylindrical-coordinate representation of color #CBE8D7: hue angle of 144.83º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE8D7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB203232215-
CMYK0.1200.070.09
HSL144.83º38.67%85.29%-
HSV(B)144.83º12.5%90.98%-
XYZ65.7575.3275.36-
YUV221.39124.39114.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=31.23%
G=35.69%
B=33.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032322150.1200.070.09144.8338.6785.29
HexCBE8D7C079912755
Octal31335032714071122147125
Binary110010111110100011010111110001111001100100011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8D7; }

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

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

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

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

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

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

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

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