#CAECDA

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

Shades of Aero Blue #CAECDA

Tints of Aero Blue #CAECDA

Color information

#CAECDA (or 0xCAECDA) is unknown color: approx Aero Blue. HEX triplet: CA, EC and DA. RGB value is (202,236,218). Sum of RGB (Red+Green+Blue) = 202+236+218=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECDA is #351325. Grayscale: #DFDFDF. Windows color (decimal): -3478310 or 14347466. OLE color: 14347466.

HSL color Cylindrical-coordinate representation of color #CAECDA: hue angle of 148.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECDA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB202236218-
CMYK0.1400.080.07
HSL148.24º47.22%85.88%-
HSV(B)148.24º14.41%92.55%-
XYZ67.0177.6177.78-
YUV223.78124.74112.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=30.79%
G=35.98%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362180.1400.080.07148.2447.2285.88
HexCAECDAE087942f56
Octal31235433216010722457126
Binary110010101110110011011010111001000111100101001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECDA; }

 p { color: rgb(202,236,218); }

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

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

 a { background-color: rgb(202,236,218); }

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

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

 span { border-color: rgb(202,236,218); }

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