Shades of Onahau #C0ECEF
Tints of Onahau #C0ECEF
RGB
CMYK
RGB Variations
Color information
#C0ECEF (or 0xC0ECEF) is known color: Onahau. HEX triplet: C0, EC and EF. RGB value is (192,236,239). Sum of RGB (Red+Green+Blue) = 192+236+239=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECEF is #3F1310. Grayscale: #DFDFDF. Windows color (decimal): -4133649 or 15723712. OLE color: 15723712.
HSL color Cylindrical-coordinate representation of color #C0ECEF: hue angle of 183.83º 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 #C0ECEF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 236 | 239 | - |
CMYK | 0.20 | 0.01 | 0 | 0.06 |
HSL | 183.83º | 0.59% | 0.85% | - |
HSV(B) | 183.83º | 0.2% | 0.94% | - |
XYZ | 67.31 | 77.43 | 93.06 | - |
YUV | 223.19 | 136.92 | 105.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 239 | 0.20 | 0.01 | 0 | 0.06 | 183.83 | 0.59 | 0.85 |
Hex | C0 | EC | EF | 14 | 1 | 0 | 6 | B8 | 3B | 55 |
Octal | 300 | 354 | 357 | 24 | 1 | 0 | 6 | 270 | 73 | 125 |
Binary | 11000000 | 11101100 | 11101111 | 10100 | 1 | 0 | 110 | 10111000 | 111011 | 1010101 |
Color Harmonies of #C0ECEF
Complementary color
Monochromatic Colors of #C0ECEF
Black with #C0ECEF
Text Example
Text Example
White with #C0ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECEF; }
p { color: rgb(192,236,239); }
H1.HeaderClassName
{
color: #C0ECEF;
}
.AnyTagClassName
{
color: #C0ECEF;
}
</style>
background-color css
<style>
a { background-color: #C0ECEF; }
a { background-color: rgb(192,236,239); }
div.DivClassName
{
background-color: #C0ECEF;
}
.BgClassName
{
background-color: #C0ECEF;
}
</style>
border-color css
<style>
span { border-color: #C0ECEF; }
span { border-color: rgb(192,236,239); }
td.TdClassName
{
border-color: #C0ECEF;
}
.TagClassName
{
border-color: #C0ECEF;
}
</style>