Shades of Aero Blue #C0F3DC
Tints of Aero Blue #C0F3DC
RGB
CMYK
RGB Variations
Color information
#C0F3DC (or 0xC0F3DC) is known color: Aero Blue. HEX triplet: C0, F3 and DC. RGB value is (192,243,220). Sum of RGB (Red+Green+Blue) = 192+243+220=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3DC is #3F0C23. Grayscale: #E1E1E1. Windows color (decimal): -4131876 or 14480320. OLE color: 14480320.
HSL color Cylindrical-coordinate representation of color #C0F3DC: hue angle of 152.94º 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 #C0F3DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 220 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 152.94º | 0.68% | 0.85% | - |
| HSV(B) | 152.94º | 0.21% | 0.95% | - |
| XYZ | 66.71 | 80.47 | 79.73 | - |
| YUV | 225.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 220 | 0.21 | 0 | 0.09 | 0.05 | 152.94 | 0.68 | 0.85 |
| Hex | C0 | F3 | DC | 15 | 0 | 9 | 5 | 99 | 44 | 55 |
| Octal | 300 | 363 | 334 | 25 | 0 | 11 | 5 | 231 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11011100 | 10101 | 0 | 1001 | 101 | 10011001 | 1000100 | 1010101 |
Color Harmonies of #C0F3DC
Complementary color
Monochromatic Colors of #C0F3DC
Black with #C0F3DC
Text Example
Text Example
White with #C0F3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3DC; }
p { color: rgb(192,243,220); }
H1.HeaderClassName
{
color: #C0F3DC;
}
.AnyTagClassName
{
color: #C0F3DC;
}
</style>
background-color css
<style>
a { background-color: #C0F3DC; }
a { background-color: rgb(192,243,220); }
div.DivClassName
{
background-color: #C0F3DC;
}
.BgClassName
{
background-color: #C0F3DC;
}
</style>
border-color css
<style>
span { border-color: #C0F3DC; }
span { border-color: rgb(192,243,220); }
td.TdClassName
{
border-color: #C0F3DC;
}
.TagClassName
{
border-color: #C0F3DC;
}
</style>