#CBDED4

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

Shades of Aero Blue #CBDED4

Tints of Aero Blue #CBDED4

Color information

#CBDED4 (or 0xCBDED4) is unknown color: approx Aero Blue. HEX triplet: CB, DE and D4. RGB value is (203,222,212). Sum of RGB (Red+Green+Blue) = 203+222+212=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDED4 is #34212B. Grayscale: #D7D7D7. Windows color (decimal): -3416364 or 13950667. OLE color: 13950667.

HSL color Cylindrical-coordinate representation of color #CBDED4: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDED4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB203222212-
CMYK0.0900.050.13
HSL148.42º22.35%83.33%-
HSV(B)148.42º8.56%87.06%-
XYZ62.6369.6972.44-
YUV215.18126.21119.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=31.87%
G=34.85%
B=33.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222120.0900.050.13148.4222.3583.33
HexCBDED4905D941653
Octal31333632411051522426123
Binary11001011110111101101010010010101110110010100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDED4; }

 p { color: rgb(203,222,212); }

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

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

 a { background-color: rgb(203,222,212); }

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

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

 span { border-color: rgb(203,222,212); }

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