Shades of Aero Blue #C0FBDA
Tints of Aero Blue #C0FBDA
RGB
CMYK
RGB Variations
Color information
#C0FBDA (or 0xC0FBDA) is known color: Aero Blue. HEX triplet: C0, FB and DA. RGB value is (192,251,218). Sum of RGB (Red+Green+Blue) = 192+251+218=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBDA is #3F0425. Grayscale: #E5E5E5. Windows color (decimal): -4129830 or 14351296. OLE color: 14351296.
HSL color Cylindrical-coordinate representation of color #C0FBDA: hue angle of 146.44º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBDA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 251 | 218 | - |
CMYK | 0.24 | 0 | 0.13 | 0.02 |
HSL | 146.44º | 0.88% | 0.87% | - |
HSV(B) | 146.44º | 0.24% | 0.98% | - |
XYZ | 68.89 | 85.26 | 79.16 | - |
YUV | 229.6 | 121.45 | 101.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 251 | 218 | 0.24 | 0 | 0.13 | 0.02 | 146.44 | 0.88 | 0.87 |
Hex | C0 | FB | DA | 18 | 0 | D | 2 | 92 | 58 | 57 |
Octal | 300 | 373 | 332 | 30 | 0 | 15 | 2 | 222 | 130 | 127 |
Binary | 11000000 | 11111011 | 11011010 | 11000 | 0 | 1101 | 10 | 10010010 | 1011000 | 1010111 |
Color Harmonies of #C0FBDA
Complementary color
Monochromatic Colors of #C0FBDA
Black with #C0FBDA
Text Example
Text Example
White with #C0FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBDA; }
p { color: rgb(192,251,218); }
H1.HeaderClassName
{
color: #C0FBDA;
}
.AnyTagClassName
{
color: #C0FBDA;
}
</style>
background-color css
<style>
a { background-color: #C0FBDA; }
a { background-color: rgb(192,251,218); }
div.DivClassName
{
background-color: #C0FBDA;
}
.BgClassName
{
background-color: #C0FBDA;
}
</style>
border-color css
<style>
span { border-color: #C0FBDA; }
span { border-color: rgb(192,251,218); }
td.TdClassName
{
border-color: #C0FBDA;
}
.TagClassName
{
border-color: #C0FBDA;
}
</style>