#CAE0D4

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

Shades of Aero Blue #CAE0D4

Tints of Aero Blue #CAE0D4

Color information

#CAE0D4 (or 0xCAE0D4) is unknown color: approx Aero Blue. HEX triplet: CA, E0 and D4. RGB value is (202,224,212). Sum of RGB (Red+Green+Blue) = 202+224+212=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D4 is #351F2B. Grayscale: #D8D8D8. Windows color (decimal): -3481388 or 13951178. OLE color: 13951178.

HSL color Cylindrical-coordinate representation of color #CAE0D4: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0D4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB202224212-
CMYK0.1000.050.12
HSL147.27º26.19%83.53%-
HSV(B)147.27º9.82%87.84%-
XYZ62.970.6272.6-
YUV216.05125.71117.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=31.66%
G=35.11%
B=33.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022242120.1000.050.12147.2726.1983.53
HexCAE0D4A05C931a54
Octal31234032412051422332124
Binary11001010111000001101010010100101110010010011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0D4; }

 p { color: rgb(202,224,212); }

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

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

 a { background-color: rgb(202,224,212); }

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

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

 span { border-color: rgb(202,224,212); }

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