Shades of Aero Blue #CADFD3
Tints of Aero Blue #CADFD3
RGB
CMYK
RGB Variations
Color information
#CADFD3 (or 0xCADFD3) is known color: Aero Blue. HEX triplet: CA, DF and D3. RGB value is (202,223,211). Sum of RGB (Red+Green+Blue) = 202+223+211=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD3 is #35202C. Grayscale: #D7D7D7. Windows color (decimal): -3481645 or 13885386. OLE color: 13885386.
HSL color Cylindrical-coordinate representation of color #CADFD3: hue angle of 145.71º degrees, saturation: 0.25, 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 #CADFD3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 211 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.13 |
| HSL | 145.71º | 0.25% | 0.83% | - |
| HSV(B) | 145.71º | 0.09% | 0.87% | - |
| XYZ | 62.5 | 70.04 | 71.85 | - |
| YUV | 215.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 211 | 0.09 | 0 | 0.05 | 0.13 | 145.71 | 0.25 | 0.83 |
| Hex | CA | DF | D3 | 9 | 0 | 5 | D | 92 | 19 | 53 |
| Octal | 312 | 337 | 323 | 11 | 0 | 5 | 15 | 222 | 31 | 123 |
| Binary | 11001010 | 11011111 | 11010011 | 1001 | 0 | 101 | 1101 | 10010010 | 11001 | 1010011 |
Color Harmonies of #CADFD3
Complementary color
Monochromatic Colors of #CADFD3
Black with #CADFD3
Text Example
Text Example
White with #CADFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFD3; }
p { color: rgb(202,223,211); }
H1.HeaderClassName
{
color: #CADFD3;
}
.AnyTagClassName
{
color: #CADFD3;
}
</style>
background-color css
<style>
a { background-color: #CADFD3; }
a { background-color: rgb(202,223,211); }
div.DivClassName
{
background-color: #CADFD3;
}
.BgClassName
{
background-color: #CADFD3;
}
</style>
border-color css
<style>
span { border-color: #CADFD3; }
span { border-color: rgb(202,223,211); }
td.TdClassName
{
border-color: #CADFD3;
}
.TagClassName
{
border-color: #CADFD3;
}
</style>