Shades of Aero Blue #C0FDDA
Tints of Aero Blue #C0FDDA
RGB
CMYK
RGB Variations
Color information
#C0FDDA (or 0xC0FDDA) is known color: Aero Blue. HEX triplet: C0, FD and DA. RGB value is (192,253,218). Sum of RGB (Red+Green+Blue) = 192+253+218=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDDA is #3F0225. Grayscale: #E6E6E6. Windows color (decimal): -4129318 or 14351808. OLE color: 14351808.
HSL color Cylindrical-coordinate representation of color #C0FDDA: hue angle of 145.57º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDDA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 253 | 218 | - |
CMYK | 0.24 | 0 | 0.14 | 0.01 |
HSL | 145.57º | 0.94% | 0.87% | - |
HSV(B) | 145.57º | 0.24% | 0.99% | - |
XYZ | 69.52 | 86.52 | 79.37 | - |
YUV | 230.77 | 120.79 | 100.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 253 | 218 | 0.24 | 0 | 0.14 | 0.01 | 145.57 | 0.94 | 0.87 |
Hex | C0 | FD | DA | 18 | 0 | E | 1 | 92 | 5E | 57 |
Octal | 300 | 375 | 332 | 30 | 0 | 16 | 1 | 222 | 136 | 127 |
Binary | 11000000 | 11111101 | 11011010 | 11000 | 0 | 1110 | 1 | 10010010 | 1011110 | 1010111 |
Color Harmonies of #C0FDDA
Complementary color
Monochromatic Colors of #C0FDDA
Black with #C0FDDA
Text Example
Text Example
White with #C0FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDDA; }
p { color: rgb(192,253,218); }
H1.HeaderClassName
{
color: #C0FDDA;
}
.AnyTagClassName
{
color: #C0FDDA;
}
</style>
background-color css
<style>
a { background-color: #C0FDDA; }
a { background-color: rgb(192,253,218); }
div.DivClassName
{
background-color: #C0FDDA;
}
.BgClassName
{
background-color: #C0FDDA;
}
</style>
border-color css
<style>
span { border-color: #C0FDDA; }
span { border-color: rgb(192,253,218); }
td.TdClassName
{
border-color: #C0FDDA;
}
.TagClassName
{
border-color: #C0FDDA;
}
</style>