Shades of Aero Blue #C0EFD6
Tints of Aero Blue #C0EFD6
RGB
CMYK
RGB Variations
Color information
#C0EFD6 (or 0xC0EFD6) is known color: Aero Blue. HEX triplet: C0, EF and D6. RGB value is (192,239,214). Sum of RGB (Red+Green+Blue) = 192+239+214=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFD6 is #3F1029. Grayscale: #DEDEDE. Windows color (decimal): -4132906 or 14086080. OLE color: 14086080.
HSL color Cylindrical-coordinate representation of color #C0EFD6: hue angle of 148.09º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFD6 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 239 | 214 | - |
CMYK | 0.20 | 0 | 0.10 | 0.06 |
HSL | 148.09º | 0.59% | 0.85% | - |
HSV(B) | 148.09º | 0.2% | 0.94% | - |
XYZ | 64.74 | 77.79 | 75.22 | - |
YUV | 222.1 | 123.43 | 106.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 239 | 214 | 0.20 | 0 | 0.10 | 0.06 | 148.09 | 0.59 | 0.85 |
Hex | C0 | EF | D6 | 14 | 0 | A | 6 | 94 | 3B | 55 |
Octal | 300 | 357 | 326 | 24 | 0 | 12 | 6 | 224 | 73 | 125 |
Binary | 11000000 | 11101111 | 11010110 | 10100 | 0 | 1010 | 110 | 10010100 | 111011 | 1010101 |
Color Harmonies of #C0EFD6
Complementary color
Monochromatic Colors of #C0EFD6
Black with #C0EFD6
Text Example
Text Example
White with #C0EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFD6; }
p { color: rgb(192,239,214); }
H1.HeaderClassName
{
color: #C0EFD6;
}
.AnyTagClassName
{
color: #C0EFD6;
}
</style>
background-color css
<style>
a { background-color: #C0EFD6; }
a { background-color: rgb(192,239,214); }
div.DivClassName
{
background-color: #C0EFD6;
}
.BgClassName
{
background-color: #C0EFD6;
}
</style>
border-color css
<style>
span { border-color: #C0EFD6; }
span { border-color: rgb(192,239,214); }
td.TdClassName
{
border-color: #C0EFD6;
}
.TagClassName
{
border-color: #C0EFD6;
}
</style>