Shades of Onahau #C0ECFC
Tints of Onahau #C0ECFC
RGB
CMYK
RGB Variations
Color information
#C0ECFC (or 0xC0ECFC) is known color: Onahau. HEX triplet: C0, EC and FC. RGB value is (192,236,252). Sum of RGB (Red+Green+Blue) = 192+236+252=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECFC is #3F1303. Grayscale: #E0E0E0. Windows color (decimal): -4133636 or 16575680. OLE color: 16575680.
HSL color Cylindrical-coordinate representation of color #C0ECFC: hue angle of 196º degrees, saturation: 0.91, 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 #C0ECFC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 236 | 252 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.01 |
| HSL | 196º | 0.91% | 0.87% | - |
| HSV(B) | 196º | 0.24% | 0.99% | - |
| XYZ | 69.3 | 78.23 | 103.54 | - |
| YUV | 224.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 252 | 0.24 | 0.06 | 0 | 0.01 | 196 | 0.91 | 0.87 |
| Hex | C0 | EC | FC | 18 | 6 | 0 | 1 | C4 | 5B | 57 |
| Octal | 300 | 354 | 374 | 30 | 6 | 0 | 1 | 304 | 133 | 127 |
| Binary | 11000000 | 11101100 | 11111100 | 11000 | 110 | 0 | 1 | 11000100 | 1011011 | 1010111 |
Color Harmonies of #C0ECFC
Complementary color
Monochromatic Colors of #C0ECFC
Black with #C0ECFC
Text Example
Text Example
White with #C0ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECFC; }
p { color: rgb(192,236,252); }
H1.HeaderClassName
{
color: #C0ECFC;
}
.AnyTagClassName
{
color: #C0ECFC;
}
</style>
background-color css
<style>
a { background-color: #C0ECFC; }
a { background-color: rgb(192,236,252); }
div.DivClassName
{
background-color: #C0ECFC;
}
.BgClassName
{
background-color: #C0ECFC;
}
</style>
border-color css
<style>
span { border-color: #C0ECFC; }
span { border-color: rgb(192,236,252); }
td.TdClassName
{
border-color: #C0ECFC;
}
.TagClassName
{
border-color: #C0ECFC;
}
</style>