Shades of Onahau #C0ECFF
Tints of Onahau #C0ECFF
RGB
CMYK
RGB Variations
Color information
#C0ECFF (or 0xC0ECFF) is known color: Onahau. HEX triplet: C0, EC and FF. RGB value is (192,236,255). Sum of RGB (Red+Green+Blue) = 192+236+255=683 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.11% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECFF is #3F1300. Grayscale: #E0E0E0. Windows color (decimal): -4133633 or 16772288. OLE color: 16772288.
HSL color Cylindrical-coordinate representation of color #C0ECFF: hue angle of 198.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0ECFF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 236 | 255 | - |
CMYK | 0.25 | 0.07 | 0 | 0 |
HSL | 198.1º | 1% | 0.88% | - |
HSV(B) | 198.1º | 0.25% | 1% | - |
XYZ | 69.78 | 78.42 | 106.07 | - |
YUV | 225.01 | 144.92 | 104.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 255 | 0.25 | 0.07 | 0 | 0 | 198.1 | 1 | 0.88 |
Hex | C0 | EC | FF | 19 | 7 | 0 | 0 | C6 | 64 | 58 |
Octal | 300 | 354 | 377 | 31 | 7 | 0 | 0 | 306 | 144 | 130 |
Binary | 11000000 | 11101100 | 11111111 | 11001 | 111 | 0 | 0 | 11000110 | 1100100 | 1011000 |
Color Harmonies of #C0ECFF
Complementary color
Monochromatic Colors of #C0ECFF
Black with #C0ECFF
Text Example
Text Example
White with #C0ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECFF; }
p { color: rgb(192,236,255); }
H1.HeaderClassName
{
color: #C0ECFF;
}
.AnyTagClassName
{
color: #C0ECFF;
}
</style>
background-color css
<style>
a { background-color: #C0ECFF; }
a { background-color: rgb(192,236,255); }
div.DivClassName
{
background-color: #C0ECFF;
}
.BgClassName
{
background-color: #C0ECFF;
}
</style>
border-color css
<style>
span { border-color: #C0ECFF; }
span { border-color: rgb(192,236,255); }
td.TdClassName
{
border-color: #C0ECFF;
}
.TagClassName
{
border-color: #C0ECFF;
}
</style>