#CBE6D9

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

Shades of Aero Blue #CBE6D9

Tints of Aero Blue #CBE6D9

Color information

#CBE6D9 (or 0xCBE6D9) is unknown color: approx Aero Blue. HEX triplet: CB, E6 and D9. RGB value is (203,230,217). Sum of RGB (Red+Green+Blue) = 203+230+217=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6D9 is #341926. Grayscale: #DCDCDC. Windows color (decimal): -3414311 or 14280395. OLE color: 14280395.

HSL color Cylindrical-coordinate representation of color #CBE6D9: hue angle of 151.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6D9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB203230217-
CMYK0.1200.060.10
HSL151.11º35.06%84.9%-
HSV(B)151.11º11.74%90.2%-
XYZ65.4574.376.54-
YUV220.44126.05115.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 217 (85.16% from 255) = 33.38%
R=31.23%
G=35.38%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032302170.1200.060.10151.1135.0684.9
HexCBE6D9C06A972355
Octal31334633114061222743125
Binary110010111110011011011001110001101010100101111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6D9; }

 p { color: rgb(203,230,217); }

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

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

 a { background-color: rgb(203,230,217); }

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

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

 span { border-color: rgb(203,230,217); }

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