Shades of Aero Blue #CAEDDA
Tints of Aero Blue #CAEDDA
RGB
CMYK
RGB Variations
Color information
#CAEDDA (or 0xCAEDDA) is known color: Aero Blue. HEX triplet: CA, ED and DA. RGB value is (202,237,218). Sum of RGB (Red+Green+Blue) = 202+237+218=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDDA is #351225. Grayscale: #E0E0E0. Windows color (decimal): -3478054 or 14347722. OLE color: 14347722.
HSL color Cylindrical-coordinate representation of color #CAEDDA: hue angle of 147.43º 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 #CAEDDA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 218 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.07 |
| HSL | 147.43º | 0.49% | 0.86% | - |
| HSV(B) | 147.43º | 0.15% | 0.93% | - |
| XYZ | 67.3 | 78.19 | 77.87 | - |
| YUV | 224.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 218 | 0.15 | 0 | 0.08 | 0.07 | 147.43 | 0.49 | 0.86 |
| Hex | CA | ED | DA | F | 0 | 8 | 7 | 93 | 31 | 56 |
| Octal | 312 | 355 | 332 | 17 | 0 | 10 | 7 | 223 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11011010 | 1111 | 0 | 1000 | 111 | 10010011 | 110001 | 1010110 |
Color Harmonies of #CAEDDA
Complementary color
Monochromatic Colors of #CAEDDA
Black with #CAEDDA
Text Example
Text Example
White with #CAEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDDA; }
p { color: rgb(202,237,218); }
H1.HeaderClassName
{
color: #CAEDDA;
}
.AnyTagClassName
{
color: #CAEDDA;
}
</style>
background-color css
<style>
a { background-color: #CAEDDA; }
a { background-color: rgb(202,237,218); }
div.DivClassName
{
background-color: #CAEDDA;
}
.BgClassName
{
background-color: #CAEDDA;
}
</style>
border-color css
<style>
span { border-color: #CAEDDA; }
span { border-color: rgb(202,237,218); }
td.TdClassName
{
border-color: #CAEDDA;
}
.TagClassName
{
border-color: #CAEDDA;
}
</style>