#CBECD9

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

Shades of Aero Blue #CBECD9

Tints of Aero Blue #CBECD9

Color information

#CBECD9 (or 0xCBECD9) is unknown color: approx Aero Blue. HEX triplet: CB, EC and D9. RGB value is (203,236,217). Sum of RGB (Red+Green+Blue) = 203+236+217=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD9 is #341326. Grayscale: #E0E0E0. Windows color (decimal): -3412775 or 14281931. OLE color: 14281931.

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

Color convert

RGB203236217-
CMYK0.1400.080.07
HSL145.45º46.48%86.08%-
HSV(B)145.45º13.98%92.55%-
XYZ67.1577.777.1-
YUV223.97124.07113.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=30.95%
G=35.98%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362170.1400.080.07145.4546.4886.08
HexCBECD9E087912e56
Octal31335433116010722156126
Binary110010111110110011011001111001000111100100011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD9; }

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

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

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

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

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

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

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

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