#CAE3D7

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

Shades of Aero Blue #CAE3D7

Tints of Aero Blue #CAE3D7

Color information

#CAE3D7 (or 0xCAE3D7) is unknown color: approx Aero Blue. HEX triplet: CA, E3 and D7. RGB value is (202,227,215). Sum of RGB (Red+Green+Blue) = 202+227+215=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3D7 is #351C28. Grayscale: #DADADA. Windows color (decimal): -3480617 or 14148554. OLE color: 14148554.

HSL color Cylindrical-coordinate representation of color #CAE3D7: hue angle of 151.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE3D7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB202227215-
CMYK0.1100.050.11
HSL151.2º30.86%84.12%-
HSV(B)151.2º11.01%89.02%-
XYZ64.0972.474.89-
YUV218.16126.22116.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=31.37%
G=35.25%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272150.1100.050.11151.230.8684.12
HexCAE3D7B05B971f54
Octal31234332713051322737124
Binary11001010111000111101011110110101101110010111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3D7; }

 p { color: rgb(202,227,215); }

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

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

 a { background-color: rgb(202,227,215); }

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

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

 span { border-color: rgb(202,227,215); }

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