Shades of Onahau #C0EFFD
Tints of Onahau #C0EFFD
RGB
CMYK
RGB Variations
Color information
#C0EFFD (or 0xC0EFFD) is known color: Onahau. HEX triplet: C0, EF and FD. RGB value is (192,239,253). Sum of RGB (Red+Green+Blue) = 192+239+253=684 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.07% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFFD is #3F1002. Grayscale: #E2E2E2. Windows color (decimal): -4132867 or 16641984. OLE color: 16641984.
HSL color Cylindrical-coordinate representation of color #C0EFFD: hue angle of 193.77º degrees, saturation: 0.94, 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 #C0EFFD is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 239 | 253 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.01 |
| HSL | 193.77º | 0.94% | 0.87% | - |
| HSV(B) | 193.77º | 0.24% | 0.99% | - |
| XYZ | 70.33 | 80.03 | 104.67 | - |
| YUV | 226.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 253 | 0.24 | 0.06 | 0 | 0.01 | 193.77 | 0.94 | 0.87 |
| Hex | C0 | EF | FD | 18 | 6 | 0 | 1 | C2 | 5E | 57 |
| Octal | 300 | 357 | 375 | 30 | 6 | 0 | 1 | 302 | 136 | 127 |
| Binary | 11000000 | 11101111 | 11111101 | 11000 | 110 | 0 | 1 | 11000010 | 1011110 | 1010111 |
Color Harmonies of #C0EFFD
Complementary color
Monochromatic Colors of #C0EFFD
Black with #C0EFFD
Text Example
Text Example
White with #C0EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFFD; }
p { color: rgb(192,239,253); }
H1.HeaderClassName
{
color: #C0EFFD;
}
.AnyTagClassName
{
color: #C0EFFD;
}
</style>
background-color css
<style>
a { background-color: #C0EFFD; }
a { background-color: rgb(192,239,253); }
div.DivClassName
{
background-color: #C0EFFD;
}
.BgClassName
{
background-color: #C0EFFD;
}
</style>
border-color css
<style>
span { border-color: #C0EFFD; }
span { border-color: rgb(192,239,253); }
td.TdClassName
{
border-color: #C0EFFD;
}
.TagClassName
{
border-color: #C0EFFD;
}
</style>