Shades of Onahau #C0ECFE
Tints of Onahau #C0ECFE
RGB
CMYK
RGB Variations
Color information
#C0ECFE (or 0xC0ECFE) is known color: Onahau. HEX triplet: C0, EC and FE. RGB value is (192,236,254). Sum of RGB (Red+Green+Blue) = 192+236+254=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECFE is #3F1301. Grayscale: #E0E0E0. Windows color (decimal): -4133634 or 16706752. OLE color: 16706752.
HSL color Cylindrical-coordinate representation of color #C0ECFE: hue angle of 197.42º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ECFE is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 236 | 254 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.00 |
| HSL | 197.42º | 0.97% | 0.87% | - |
| HSV(B) | 197.42º | 0.24% | 1% | - |
| XYZ | 69.62 | 78.35 | 105.22 | - |
| YUV | 224.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 254 | 0.24 | 0.07 | 0 | 0.00 | 197.42 | 0.97 | 0.87 |
| Hex | C0 | EC | FE | 18 | 7 | 0 | 0 | C5 | 61 | 57 |
| Octal | 300 | 354 | 376 | 30 | 7 | 0 | 0 | 305 | 141 | 127 |
| Binary | 11000000 | 11101100 | 11111110 | 11000 | 111 | 0 | 0 | 11000101 | 1100001 | 1010111 |
Color Harmonies of #C0ECFE
Complementary color
Monochromatic Colors of #C0ECFE
Black with #C0ECFE
Text Example
Text Example
White with #C0ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECFE; }
p { color: rgb(192,236,254); }
H1.HeaderClassName
{
color: #C0ECFE;
}
.AnyTagClassName
{
color: #C0ECFE;
}
</style>
background-color css
<style>
a { background-color: #C0ECFE; }
a { background-color: rgb(192,236,254); }
div.DivClassName
{
background-color: #C0ECFE;
}
.BgClassName
{
background-color: #C0ECFE;
}
</style>
border-color css
<style>
span { border-color: #C0ECFE; }
span { border-color: rgb(192,236,254); }
td.TdClassName
{
border-color: #C0ECFE;
}
.TagClassName
{
border-color: #C0ECFE;
}
</style>