Shades of Onahau #C0F6FC
Tints of Onahau #C0F6FC
RGB
CMYK
RGB Variations
Color information
#C0F6FC (or 0xC0F6FC) is known color: Onahau. HEX triplet: C0, F6 and FC. RGB value is (192,246,252). Sum of RGB (Red+Green+Blue) = 192+246+252=690 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.83% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0F6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F6FC is #3F0903. Grayscale: #E6E6E6. Windows color (decimal): -4131076 or 16578240. OLE color: 16578240.
HSL color Cylindrical-coordinate representation of color #C0F6FC: hue angle of 186º 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 #C0F6FC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 246 | 252 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.01 |
| HSL | 186º | 0.91% | 0.87% | - |
| HSV(B) | 186º | 0.24% | 0.99% | - |
| XYZ | 72.26 | 84.15 | 104.53 | - |
| YUV | 230.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 252 | 0.24 | 0.02 | 0 | 0.01 | 186 | 0.91 | 0.87 |
| Hex | C0 | F6 | FC | 18 | 2 | 0 | 1 | BA | 5B | 57 |
| Octal | 300 | 366 | 374 | 30 | 2 | 0 | 1 | 272 | 133 | 127 |
| Binary | 11000000 | 11110110 | 11111100 | 11000 | 10 | 0 | 1 | 10111010 | 1011011 | 1010111 |
Color Harmonies of #C0F6FC
Complementary color
Monochromatic Colors of #C0F6FC
Black with #C0F6FC
Text Example
Text Example
White with #C0F6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6FC; }
p { color: rgb(192,246,252); }
H1.HeaderClassName
{
color: #C0F6FC;
}
.AnyTagClassName
{
color: #C0F6FC;
}
</style>
background-color css
<style>
a { background-color: #C0F6FC; }
a { background-color: rgb(192,246,252); }
div.DivClassName
{
background-color: #C0F6FC;
}
.BgClassName
{
background-color: #C0F6FC;
}
</style>
border-color css
<style>
span { border-color: #C0F6FC; }
span { border-color: rgb(192,246,252); }
td.TdClassName
{
border-color: #C0F6FC;
}
.TagClassName
{
border-color: #C0F6FC;
}
</style>