Shades of Onahau #C0F4FC
Tints of Onahau #C0F4FC
RGB
CMYK
RGB Variations
Color information
#C0F4FC (or 0xC0F4FC) is known color: Onahau. HEX triplet: C0, F4 and FC. RGB value is (192,244,252). Sum of RGB (Red+Green+Blue) = 192+244+252=688 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.91% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4FC is #3F0B03. Grayscale: #E5E5E5. Windows color (decimal): -4131588 or 16577728. OLE color: 16577728.
HSL color Cylindrical-coordinate representation of color #C0F4FC: hue angle of 188º 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 #C0F4FC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 244 | 252 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.01 |
| HSL | 188º | 0.91% | 0.87% | - |
| HSV(B) | 188º | 0.24% | 0.99% | - |
| XYZ | 71.66 | 82.94 | 104.33 | - |
| YUV | 229.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 252 | 0.24 | 0.03 | 0 | 0.01 | 188 | 0.91 | 0.87 |
| Hex | C0 | F4 | FC | 18 | 3 | 0 | 1 | BC | 5B | 57 |
| Octal | 300 | 364 | 374 | 30 | 3 | 0 | 1 | 274 | 133 | 127 |
| Binary | 11000000 | 11110100 | 11111100 | 11000 | 11 | 0 | 1 | 10111100 | 1011011 | 1010111 |
Color Harmonies of #C0F4FC
Complementary color
Monochromatic Colors of #C0F4FC
Black with #C0F4FC
Text Example
Text Example
White with #C0F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4FC; }
p { color: rgb(192,244,252); }
H1.HeaderClassName
{
color: #C0F4FC;
}
.AnyTagClassName
{
color: #C0F4FC;
}
</style>
background-color css
<style>
a { background-color: #C0F4FC; }
a { background-color: rgb(192,244,252); }
div.DivClassName
{
background-color: #C0F4FC;
}
.BgClassName
{
background-color: #C0F4FC;
}
</style>
border-color css
<style>
span { border-color: #C0F4FC; }
span { border-color: rgb(192,244,252); }
td.TdClassName
{
border-color: #C0F4FC;
}
.TagClassName
{
border-color: #C0F4FC;
}
</style>