Shades of Aero Blue #C0FFDE
Tints of Aero Blue #C0FFDE
RGB
CMYK
RGB Variations
Color information
#C0FFDE (or 0xC0FFDE) is known color: Aero Blue. HEX triplet: C0, FF and DE. RGB value is (192,255,222). Sum of RGB (Red+Green+Blue) = 192+255+222=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDE is #3F0021. Grayscale: #E8E8E8. Windows color (decimal): -4128802 or 14614464. OLE color: 14614464.
HSL color Cylindrical-coordinate representation of color #C0FFDE: hue angle of 148.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFDE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 222 | - |
CMYK | 0.25 | 0 | 0.13 | 0 |
HSL | 148.57º | 1% | 0.88% | - |
HSV(B) | 148.57º | 0.25% | 1% | - |
XYZ | 70.68 | 88 | 82.37 | - |
YUV | 232.4 | 122.13 | 99.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 222 | 0.25 | 0 | 0.13 | 0 | 148.57 | 1 | 0.88 |
Hex | C0 | FF | DE | 19 | 0 | D | 0 | 95 | 64 | 58 |
Octal | 300 | 377 | 336 | 31 | 0 | 15 | 0 | 225 | 144 | 130 |
Binary | 11000000 | 11111111 | 11011110 | 11001 | 0 | 1101 | 0 | 10010101 | 1100100 | 1011000 |
Color Harmonies of #C0FFDE
Complementary color
Monochromatic Colors of #C0FFDE
Black with #C0FFDE
Text Example
Text Example
White with #C0FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFDE; }
p { color: rgb(192,255,222); }
H1.HeaderClassName
{
color: #C0FFDE;
}
.AnyTagClassName
{
color: #C0FFDE;
}
</style>
background-color css
<style>
a { background-color: #C0FFDE; }
a { background-color: rgb(192,255,222); }
div.DivClassName
{
background-color: #C0FFDE;
}
.BgClassName
{
background-color: #C0FFDE;
}
</style>
border-color css
<style>
span { border-color: #C0FFDE; }
span { border-color: rgb(192,255,222); }
td.TdClassName
{
border-color: #C0FFDE;
}
.TagClassName
{
border-color: #C0FFDE;
}
</style>