Shades of Aero Blue #CAEDDB
Tints of Aero Blue #CAEDDB
RGB
CMYK
RGB Variations
Color information
#CAEDDB (or 0xCAEDDB) is known color: Aero Blue. HEX triplet: CA, ED and DB. RGB value is (202,237,219). Sum of RGB (Red+Green+Blue) = 202+237+219=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDDB is #351224. Grayscale: #E0E0E0. Windows color (decimal): -3478053 or 14413258. OLE color: 14413258.
HSL color Cylindrical-coordinate representation of color #CAEDDB: hue angle of 149.14º 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 #CAEDDB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 237 | 219 | - |
CMYK | 0.15 | 0 | 0.08 | 0.07 |
HSL | 149.14º | 0.49% | 0.86% | - |
HSV(B) | 149.14º | 0.15% | 0.93% | - |
XYZ | 67.43 | 78.24 | 78.57 | - |
YUV | 224.48 | 124.9 | 111.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 237 | 219 | 0.15 | 0 | 0.08 | 0.07 | 149.14 | 0.49 | 0.86 |
Hex | CA | ED | DB | F | 0 | 8 | 7 | 95 | 31 | 56 |
Octal | 312 | 355 | 333 | 17 | 0 | 10 | 7 | 225 | 61 | 126 |
Binary | 11001010 | 11101101 | 11011011 | 1111 | 0 | 1000 | 111 | 10010101 | 110001 | 1010110 |
Color Harmonies of #CAEDDB
Complementary color
Monochromatic Colors of #CAEDDB
Black with #CAEDDB
Text Example
Text Example
White with #CAEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDDB; }
p { color: rgb(202,237,219); }
H1.HeaderClassName
{
color: #CAEDDB;
}
.AnyTagClassName
{
color: #CAEDDB;
}
</style>
background-color css
<style>
a { background-color: #CAEDDB; }
a { background-color: rgb(202,237,219); }
div.DivClassName
{
background-color: #CAEDDB;
}
.BgClassName
{
background-color: #CAEDDB;
}
</style>
border-color css
<style>
span { border-color: #CAEDDB; }
span { border-color: rgb(202,237,219); }
td.TdClassName
{
border-color: #CAEDDB;
}
.TagClassName
{
border-color: #CAEDDB;
}
</style>