Shades of Onahau #C0E8F1
Tints of Onahau #C0E8F1
RGB
CMYK
RGB Variations
Color information
#C0E8F1 (or 0xC0E8F1) is known color: Onahau. HEX triplet: C0, E8 and F1. RGB value is (192,232,241). Sum of RGB (Red+Green+Blue) = 192+232+241=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0E8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8F1 is #3F170E. Grayscale: #DCDCDC. Windows color (decimal): -4134671 or 15853760. OLE color: 15853760.
HSL color Cylindrical-coordinate representation of color #C0E8F1: hue angle of 191.02º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0E8F1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 232 | 241 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.05 |
| HSL | 191.02º | 0.64% | 0.85% | - |
| HSV(B) | 191.02º | 0.2% | 0.95% | - |
| XYZ | 66.47 | 75.27 | 94.24 | - |
| YUV | 221.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 241 | 0.20 | 0.04 | 0 | 0.05 | 191.02 | 0.64 | 0.85 |
| Hex | C0 | E8 | F1 | 14 | 4 | 0 | 5 | BF | 40 | 55 |
| Octal | 300 | 350 | 361 | 24 | 4 | 0 | 5 | 277 | 100 | 125 |
| Binary | 11000000 | 11101000 | 11110001 | 10100 | 100 | 0 | 101 | 10111111 | 1000000 | 1010101 |
Color Harmonies of #C0E8F1
Complementary color
Monochromatic Colors of #C0E8F1
Black with #C0E8F1
Text Example
Text Example
White with #C0E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8F1; }
p { color: rgb(192,232,241); }
H1.HeaderClassName
{
color: #C0E8F1;
}
.AnyTagClassName
{
color: #C0E8F1;
}
</style>
background-color css
<style>
a { background-color: #C0E8F1; }
a { background-color: rgb(192,232,241); }
div.DivClassName
{
background-color: #C0E8F1;
}
.BgClassName
{
background-color: #C0E8F1;
}
</style>
border-color css
<style>
span { border-color: #C0E8F1; }
span { border-color: rgb(192,232,241); }
td.TdClassName
{
border-color: #C0E8F1;
}
.TagClassName
{
border-color: #C0E8F1;
}
</style>