#CBEBD8

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

Shades of Aero Blue #CBEBD8

Tints of Aero Blue #CBEBD8

Color information

#CBEBD8 (or 0xCBEBD8) is unknown color: approx Aero Blue. HEX triplet: CB, EB and D8. RGB value is (203,235,216). Sum of RGB (Red+Green+Blue) = 203+235+216=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD8 is #341427. Grayscale: #DFDFDF. Windows color (decimal): -3413032 or 14216139. OLE color: 14216139.

HSL color Cylindrical-coordinate representation of color #CBEBD8: hue angle of 144.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBD8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB203235216-
CMYK0.1400.080.08
HSL144.38º44.44%85.88%-
HSV(B)144.38º13.62%92.16%-
XYZ66.7377.0776.32-
YUV223.27123.9113.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=31.04%
G=35.93%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352160.1400.080.08144.3844.4485.88
HexCBEBD8E088902c56
Octal313353330160101022054126
Binary1100101111101011110110001110010001000100100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBD8; }

 p { color: rgb(203,235,216); }

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

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

 a { background-color: rgb(203,235,216); }

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

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

 span { border-color: rgb(203,235,216); }

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