Shades of Onahau #C0EFFC
Tints of Onahau #C0EFFC
RGB
CMYK
RGB Variations
Color information
#C0EFFC (or 0xC0EFFC) is known color: Onahau. HEX triplet: C0, EF and FC. RGB value is (192,239,252). Sum of RGB (Red+Green+Blue) = 192+239+252=683 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.11% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFFC is #3F1003. Grayscale: #E2E2E2. Windows color (decimal): -4132868 or 16576448. OLE color: 16576448.
HSL color Cylindrical-coordinate representation of color #C0EFFC: hue angle of 193º 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 #C0EFFC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 239 | 252 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.01 |
| HSL | 193º | 0.91% | 0.87% | - |
| HSV(B) | 193º | 0.24% | 0.99% | - |
| XYZ | 70.18 | 79.97 | 103.83 | - |
| YUV | 226.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 252 | 0.24 | 0.05 | 0 | 0.01 | 193 | 0.91 | 0.87 |
| Hex | C0 | EF | FC | 18 | 5 | 0 | 1 | C1 | 5B | 57 |
| Octal | 300 | 357 | 374 | 30 | 5 | 0 | 1 | 301 | 133 | 127 |
| Binary | 11000000 | 11101111 | 11111100 | 11000 | 101 | 0 | 1 | 11000001 | 1011011 | 1010111 |
Color Harmonies of #C0EFFC
Complementary color
Monochromatic Colors of #C0EFFC
Black with #C0EFFC
Text Example
Text Example
White with #C0EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFFC; }
p { color: rgb(192,239,252); }
H1.HeaderClassName
{
color: #C0EFFC;
}
.AnyTagClassName
{
color: #C0EFFC;
}
</style>
background-color css
<style>
a { background-color: #C0EFFC; }
a { background-color: rgb(192,239,252); }
div.DivClassName
{
background-color: #C0EFFC;
}
.BgClassName
{
background-color: #C0EFFC;
}
</style>
border-color css
<style>
span { border-color: #C0EFFC; }
span { border-color: rgb(192,239,252); }
td.TdClassName
{
border-color: #C0EFFC;
}
.TagClassName
{
border-color: #C0EFFC;
}
</style>