#CAE3D6

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

Shades of Aero Blue #CAE3D6

Tints of Aero Blue #CAE3D6

Color information

#CAE3D6 (or 0xCAE3D6) is unknown color: approx Aero Blue. HEX triplet: CA, E3 and D6. RGB value is (202,227,214). Sum of RGB (Red+Green+Blue) = 202+227+214=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3D6 is #351C29. Grayscale: #DADADA. Windows color (decimal): -3480618 or 14083018. OLE color: 14083018.

HSL color Cylindrical-coordinate representation of color #CAE3D6: hue angle of 148.8º 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 #CAE3D6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB202227214-
CMYK0.1100.060.11
HSL148.8º30.86%84.12%-
HSV(B)148.8º11.01%89.02%-
XYZ63.9672.3574.21-
YUV218.04125.72116.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=31.42%
G=35.30%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272140.1100.060.11148.830.8684.12
HexCAE3D6B06B951f54
Octal31234332613061322537124
Binary11001010111000111101011010110110101110010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3D6; }

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

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

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

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

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

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

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

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