Shades of Onahau #C0EEFC
Tints of Onahau #C0EEFC
RGB
CMYK
RGB Variations
Color information
#C0EEFC (or 0xC0EEFC) is known color: Onahau. HEX triplet: C0, EE and FC. RGB value is (192,238,252). Sum of RGB (Red+Green+Blue) = 192+238+252=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EEFC is #3F1103. Grayscale: #E1E1E1. Windows color (decimal): -4133124 or 16576192. OLE color: 16576192.
HSL color Cylindrical-coordinate representation of color #C0EEFC: hue angle of 194º 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 #C0EEFC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 238 | 252 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.01 |
| HSL | 194º | 0.91% | 0.87% | - |
| HSV(B) | 194º | 0.24% | 0.99% | - |
| XYZ | 69.88 | 79.38 | 103.73 | - |
| YUV | 225.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 252 | 0.24 | 0.06 | 0 | 0.01 | 194 | 0.91 | 0.87 |
| Hex | C0 | EE | FC | 18 | 6 | 0 | 1 | C2 | 5B | 57 |
| Octal | 300 | 356 | 374 | 30 | 6 | 0 | 1 | 302 | 133 | 127 |
| Binary | 11000000 | 11101110 | 11111100 | 11000 | 110 | 0 | 1 | 11000010 | 1011011 | 1010111 |
Color Harmonies of #C0EEFC
Complementary color
Monochromatic Colors of #C0EEFC
Black with #C0EEFC
Text Example
Text Example
White with #C0EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEFC; }
p { color: rgb(192,238,252); }
H1.HeaderClassName
{
color: #C0EEFC;
}
.AnyTagClassName
{
color: #C0EEFC;
}
</style>
background-color css
<style>
a { background-color: #C0EEFC; }
a { background-color: rgb(192,238,252); }
div.DivClassName
{
background-color: #C0EEFC;
}
.BgClassName
{
background-color: #C0EEFC;
}
</style>
border-color css
<style>
span { border-color: #C0EEFC; }
span { border-color: rgb(192,238,252); }
td.TdClassName
{
border-color: #C0EEFC;
}
.TagClassName
{
border-color: #C0EEFC;
}
</style>