#CAEED8

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

Shades of Aero Blue #CAEED8

Tints of Aero Blue #CAEED8

Color information

#CAEED8 (or 0xCAEED8) is unknown color: approx Aero Blue. HEX triplet: CA, EE and D8. RGB value is (202,238,216). Sum of RGB (Red+Green+Blue) = 202+238+216=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED8 is #351127. Grayscale: #E0E0E0. Windows color (decimal): -3477800 or 14216906. OLE color: 14216906.

HSL color Cylindrical-coordinate representation of color #CAEED8: hue angle of 143.33º degrees, saturation: 0.51, 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 #CAEED8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB202238216-
CMYK0.1500.090.07
HSL143.33º51.43%86.27%-
HSV(B)143.33º15.13%93.33%-
XYZ67.3378.6676.6-
YUV224.73123.07111.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=30.79%
G=36.28%
B=32.93%

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
Decimal2022382160.1500.090.07143.3351.4386.27
HexCAEED8F0978f3356
Octal31235633017011721763126
Binary110010101110111011011000111101001111100011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEED8; }

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

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

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

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

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

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

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

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