Shades of Aero Blue #CADDD3
Tints of Aero Blue #CADDD3
RGB
CMYK
RGB Variations
Color information
#CADDD3 (or 0xCADDD3) is known color: Aero Blue. HEX triplet: CA, DD and D3. RGB value is (202,221,211). Sum of RGB (Red+Green+Blue) = 202+221+211=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD3 is #35222C. Grayscale: #D6D6D6. Windows color (decimal): -3482157 or 13884874. OLE color: 13884874.
HSL color Cylindrical-coordinate representation of color #CADDD3: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDD3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 211 | - |
CMYK | 0.09 | 0 | 0.05 | 0.13 |
HSL | 148.42º | 0.22% | 0.83% | - |
HSV(B) | 148.42º | 0.09% | 0.87% | - |
XYZ | 61.97 | 68.97 | 71.67 | - |
YUV | 214.18 | 126.21 | 119.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 211 | 0.09 | 0 | 0.05 | 0.13 | 148.42 | 0.22 | 0.83 |
Hex | CA | DD | D3 | 9 | 0 | 5 | D | 94 | 16 | 53 |
Octal | 312 | 335 | 323 | 11 | 0 | 5 | 15 | 224 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010011 | 1001 | 0 | 101 | 1101 | 10010100 | 10110 | 1010011 |
Color Harmonies of #CADDD3
Complementary color
Monochromatic Colors of #CADDD3
Black with #CADDD3
Text Example
Text Example
White with #CADDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD3; }
p { color: rgb(202,221,211); }
H1.HeaderClassName
{
color: #CADDD3;
}
.AnyTagClassName
{
color: #CADDD3;
}
</style>
background-color css
<style>
a { background-color: #CADDD3; }
a { background-color: rgb(202,221,211); }
div.DivClassName
{
background-color: #CADDD3;
}
.BgClassName
{
background-color: #CADDD3;
}
</style>
border-color css
<style>
span { border-color: #CADDD3; }
span { border-color: rgb(202,221,211); }
td.TdClassName
{
border-color: #CADDD3;
}
.TagClassName
{
border-color: #CADDD3;
}
</style>