Shades of Onahau #C0E9F7
Tints of Onahau #C0E9F7
RGB
CMYK
RGB Variations
Color information
#C0E9F7 (or 0xC0E9F7) is known color: Onahau. HEX triplet: C0, E9 and F7. RGB value is (192,233,247). Sum of RGB (Red+Green+Blue) = 192+233+247=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0E9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E9F7 is #3F1608. Grayscale: #DEDEDE. Windows color (decimal): -4134409 or 16247232. OLE color: 16247232.
HSL color Cylindrical-coordinate representation of color #C0E9F7: hue angle of 195.27º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0E9F7 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 233 | 247 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.03 |
| HSL | 195.27º | 0.77% | 0.86% | - |
| HSV(B) | 195.27º | 0.22% | 0.97% | - |
| XYZ | 67.67 | 76.2 | 99.14 | - |
| YUV | 222.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 247 | 0.22 | 0.06 | 0 | 0.03 | 195.27 | 0.77 | 0.86 |
| Hex | C0 | E9 | F7 | 16 | 6 | 0 | 3 | C3 | 4D | 56 |
| Octal | 300 | 351 | 367 | 26 | 6 | 0 | 3 | 303 | 115 | 126 |
| Binary | 11000000 | 11101001 | 11110111 | 10110 | 110 | 0 | 11 | 11000011 | 1001101 | 1010110 |
Color Harmonies of #C0E9F7
Complementary color
Monochromatic Colors of #C0E9F7
Black with #C0E9F7
Text Example
Text Example
White with #C0E9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E9F7; }
p { color: rgb(192,233,247); }
H1.HeaderClassName
{
color: #C0E9F7;
}
.AnyTagClassName
{
color: #C0E9F7;
}
</style>
background-color css
<style>
a { background-color: #C0E9F7; }
a { background-color: rgb(192,233,247); }
div.DivClassName
{
background-color: #C0E9F7;
}
.BgClassName
{
background-color: #C0E9F7;
}
</style>
border-color css
<style>
span { border-color: #C0E9F7; }
span { border-color: rgb(192,233,247); }
td.TdClassName
{
border-color: #C0E9F7;
}
.TagClassName
{
border-color: #C0E9F7;
}
</style>