#CAEDD8

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

Shades of Aero Blue #CAEDD8

Tints of Aero Blue #CAEDD8

Color information

#CAEDD8 (or 0xCAEDD8) is unknown color: approx Aero Blue. HEX triplet: CA, ED and D8. RGB value is (202,237,216). Sum of RGB (Red+Green+Blue) = 202+237+216=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDD8 is #351227. Grayscale: #E0E0E0. Windows color (decimal): -3478056 or 14216650. OLE color: 14216650.

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

Color convert

RGB202237216-
CMYK0.1500.090.07
HSL144º49.3%86.08%-
HSV(B)144º14.77%92.94%-
XYZ67.0478.0876.5-
YUV224.14123.4112.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=30.84%
G=36.18%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372160.1500.090.0714449.386.08
HexCAEDD8F097903156
Octal31235533017011722061126
Binary110010101110110111011000111101001111100100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDD8; }

 p { color: rgb(202,237,216); }

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

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

 a { background-color: rgb(202,237,216); }

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

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

 span { border-color: rgb(202,237,216); }

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