#CBE2D5

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

Shades of Aero Blue #CBE2D5

Tints of Aero Blue #CBE2D5

Color information

#CBE2D5 (or 0xCBE2D5) is unknown color: approx Aero Blue. HEX triplet: CB, E2 and D5. RGB value is (203,226,213). Sum of RGB (Red+Green+Blue) = 203+226+213=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2D5 is #341D2A. Grayscale: #D9D9D9. Windows color (decimal): -3415339 or 14017227. OLE color: 14017227.

HSL color Cylindrical-coordinate representation of color #CBE2D5: hue angle of 146.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE2D5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB203226213-
CMYK0.1000.060.11
HSL146.09º28.4%84.12%-
HSV(B)146.09º10.18%88.63%-
XYZ63.8471.8973.46-
YUV217.64125.38117.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 226 (88.67% from 255) = 35.20%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=31.62%
G=35.20%
B=33.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032262130.1000.060.11146.0928.484.12
HexCBE2D5A06B921c54
Octal31334232512061322234124
Binary11001011111000101101010110100110101110010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2D5; }

 p { color: rgb(203,226,213); }

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

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

 a { background-color: rgb(203,226,213); }

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

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

 span { border-color: rgb(203,226,213); }

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