Shades of Onahau #C0ECED
Tints of Onahau #C0ECED
RGB
CMYK
RGB Variations
Color information
#C0ECED (or 0xC0ECED) is known color: Onahau. HEX triplet: C0, EC and ED. RGB value is (192,236,237). Sum of RGB (Red+Green+Blue) = 192+236+237=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECED is #3F1312. Grayscale: #DEDEDE. Windows color (decimal): -4133651 or 15592640. OLE color: 15592640.
HSL color Cylindrical-coordinate representation of color #C0ECED: hue angle of 181.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECED is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 237 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.07 |
| HSL | 181.33º | 0.56% | 0.84% | - |
| HSV(B) | 181.33º | 0.19% | 0.93% | - |
| XYZ | 67.02 | 77.31 | 91.51 | - |
| YUV | 222.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 237 | 0.19 | 0.00 | 0 | 0.07 | 181.33 | 0.56 | 0.84 |
| Hex | C0 | EC | ED | 13 | 0 | 0 | 7 | B5 | 38 | 54 |
| Octal | 300 | 354 | 355 | 23 | 0 | 0 | 7 | 265 | 70 | 124 |
| Binary | 11000000 | 11101100 | 11101101 | 10011 | 0 | 0 | 111 | 10110101 | 111000 | 1010100 |
Color Harmonies of #C0ECED
Complementary color
Monochromatic Colors of #C0ECED
Black with #C0ECED
Text Example
Text Example
White with #C0ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECED; }
p { color: rgb(192,236,237); }
H1.HeaderClassName
{
color: #C0ECED;
}
.AnyTagClassName
{
color: #C0ECED;
}
</style>
background-color css
<style>
a { background-color: #C0ECED; }
a { background-color: rgb(192,236,237); }
div.DivClassName
{
background-color: #C0ECED;
}
.BgClassName
{
background-color: #C0ECED;
}
</style>
border-color css
<style>
span { border-color: #C0ECED; }
span { border-color: rgb(192,236,237); }
td.TdClassName
{
border-color: #C0ECED;
}
.TagClassName
{
border-color: #C0ECED;
}
</style>