Shades of Aero Blue #CADBD2
Tints of Aero Blue #CADBD2
RGB
CMYK
RGB Variations
Color information
#CADBD2 (or 0xCADBD2) is known color: Aero Blue. HEX triplet: CA, DB and D2. RGB value is (202,219,210). Sum of RGB (Red+Green+Blue) = 202+219+210=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBD2 is #35242D. Grayscale: #D4D4D4. Windows color (decimal): -3482670 or 13818826. OLE color: 13818826.
HSL color Cylindrical-coordinate representation of color #CADBD2: hue angle of 148.24º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADBD2 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 210 | - |
CMYK | 0.08 | 0 | 0.04 | 0.14 |
HSL | 148.24º | 0.19% | 0.83% | - |
HSV(B) | 148.24º | 0.08% | 0.86% | - |
XYZ | 61.32 | 67.87 | 70.84 | - |
YUV | 212.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 210 | 0.08 | 0 | 0.04 | 0.14 | 148.24 | 0.19 | 0.83 |
Hex | CA | DB | D2 | 8 | 0 | 4 | E | 94 | 13 | 53 |
Octal | 312 | 333 | 322 | 10 | 0 | 4 | 16 | 224 | 23 | 123 |
Binary | 11001010 | 11011011 | 11010010 | 1000 | 0 | 100 | 1110 | 10010100 | 10011 | 1010011 |
Color Harmonies of #CADBD2
Complementary color
Monochromatic Colors of #CADBD2
Black with #CADBD2
Text Example
Text Example
White with #CADBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBD2; }
p { color: rgb(202,219,210); }
H1.HeaderClassName
{
color: #CADBD2;
}
.AnyTagClassName
{
color: #CADBD2;
}
</style>
background-color css
<style>
a { background-color: #CADBD2; }
a { background-color: rgb(202,219,210); }
div.DivClassName
{
background-color: #CADBD2;
}
.BgClassName
{
background-color: #CADBD2;
}
</style>
border-color css
<style>
span { border-color: #CADBD2; }
span { border-color: rgb(202,219,210); }
td.TdClassName
{
border-color: #CADBD2;
}
.TagClassName
{
border-color: #CADBD2;
}
</style>