#CAE1D4

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

Shades of Aero Blue #CAE1D4

Tints of Aero Blue #CAE1D4

Color information

#CAE1D4 (or 0xCAE1D4) is unknown color: approx Aero Blue. HEX triplet: CA, E1 and D4. RGB value is (202,225,212). Sum of RGB (Red+Green+Blue) = 202+225+212=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1D4 is #351E2B. Grayscale: #D8D8D8. Windows color (decimal): -3481132 or 13951434. OLE color: 13951434.

HSL color Cylindrical-coordinate representation of color #CAE1D4: hue angle of 146.09º degrees, saturation: 0.28, 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 #CAE1D4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB202225212-
CMYK0.1000.060.12
HSL146.09º27.71%83.73%-
HSV(B)146.09º10.22%88.24%-
XYZ63.1771.1672.69-
YUV216.64125.38117.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=31.61%
G=35.21%
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.12
SystemRedGreenBlueCMYKHSL
Decimal2022252120.1000.060.12146.0927.7183.73
HexCAE1D4A06C921c54
Octal31234132412061422234124
Binary11001010111000011101010010100110110010010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1D4; }

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

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

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

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

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

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

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

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