Shades of Onahau #C0F7FE
Tints of Onahau #C0F7FE
RGB
CMYK
RGB Variations
Color information
#C0F7FE (or 0xC0F7FE) is known color: Onahau. HEX triplet: C0, F7 and FE. RGB value is (192,247,254). Sum of RGB (Red+Green+Blue) = 192+247+254=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7FE is #3F0801. Grayscale: #E7E7E7. Windows color (decimal): -4130818 or 16709568. OLE color: 16709568.
HSL color Cylindrical-coordinate representation of color #C0F7FE: hue angle of 186.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F7FE is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 247 | 254 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.00 |
| HSL | 186.77º | 0.97% | 0.87% | - |
| HSV(B) | 186.77º | 0.24% | 1% | - |
| XYZ | 72.89 | 84.88 | 106.31 | - |
| YUV | 231.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 254 | 0.24 | 0.03 | 0 | 0.00 | 186.77 | 0.97 | 0.87 |
| Hex | C0 | F7 | FE | 18 | 3 | 0 | 0 | BB | 61 | 57 |
| Octal | 300 | 367 | 376 | 30 | 3 | 0 | 0 | 273 | 141 | 127 |
| Binary | 11000000 | 11110111 | 11111110 | 11000 | 11 | 0 | 0 | 10111011 | 1100001 | 1010111 |
Color Harmonies of #C0F7FE
Complementary color
Monochromatic Colors of #C0F7FE
Black with #C0F7FE
Text Example
Text Example
White with #C0F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7FE; }
p { color: rgb(192,247,254); }
H1.HeaderClassName
{
color: #C0F7FE;
}
.AnyTagClassName
{
color: #C0F7FE;
}
</style>
background-color css
<style>
a { background-color: #C0F7FE; }
a { background-color: rgb(192,247,254); }
div.DivClassName
{
background-color: #C0F7FE;
}
.BgClassName
{
background-color: #C0F7FE;
}
</style>
border-color css
<style>
span { border-color: #C0F7FE; }
span { border-color: rgb(192,247,254); }
td.TdClassName
{
border-color: #C0F7FE;
}
.TagClassName
{
border-color: #C0F7FE;
}
</style>