Shades of Aero Blue #C0F3D9
Tints of Aero Blue #C0F3D9
RGB
CMYK
RGB Variations
Color information
#C0F3D9 (or 0xC0F3D9) is known color: Aero Blue. HEX triplet: C0, F3 and D9. RGB value is (192,243,217). Sum of RGB (Red+Green+Blue) = 192+243+217=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3D9 is #3F0C26. Grayscale: #E0E0E0. Windows color (decimal): -4131879 or 14283712. OLE color: 14283712.
HSL color Cylindrical-coordinate representation of color #C0F3D9: hue angle of 149.41º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3D9 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 217 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.05 |
| HSL | 149.41º | 0.68% | 0.85% | - |
| HSV(B) | 149.41º | 0.21% | 0.95% | - |
| XYZ | 66.31 | 80.32 | 77.65 | - |
| YUV | 224.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 217 | 0.21 | 0 | 0.11 | 0.05 | 149.41 | 0.68 | 0.85 |
| Hex | C0 | F3 | D9 | 15 | 0 | B | 5 | 95 | 44 | 55 |
| Octal | 300 | 363 | 331 | 25 | 0 | 13 | 5 | 225 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11011001 | 10101 | 0 | 1011 | 101 | 10010101 | 1000100 | 1010101 |
Color Harmonies of #C0F3D9
Complementary color
Monochromatic Colors of #C0F3D9
Black with #C0F3D9
Text Example
Text Example
White with #C0F3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3D9; }
p { color: rgb(192,243,217); }
H1.HeaderClassName
{
color: #C0F3D9;
}
.AnyTagClassName
{
color: #C0F3D9;
}
</style>
background-color css
<style>
a { background-color: #C0F3D9; }
a { background-color: rgb(192,243,217); }
div.DivClassName
{
background-color: #C0F3D9;
}
.BgClassName
{
background-color: #C0F3D9;
}
</style>
border-color css
<style>
span { border-color: #C0F3D9; }
span { border-color: rgb(192,243,217); }
td.TdClassName
{
border-color: #C0F3D9;
}
.TagClassName
{
border-color: #C0F3D9;
}
</style>