Shades of Onahau #C0F0FA
Tints of Onahau #C0F0FA
RGB
CMYK
RGB Variations
Color information
#C0F0FA (or 0xC0F0FA) is known color: Onahau. HEX triplet: C0, F0 and FA. RGB value is (192,240,250). Sum of RGB (Red+Green+Blue) = 192+240+250=682 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.15% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0F0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F0FA is #3F0F05. Grayscale: #E2E2E2. Windows color (decimal): -4132614 or 16445632. OLE color: 16445632.
HSL color Cylindrical-coordinate representation of color #C0F0FA: hue angle of 190.34º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F0FA is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 240 | 250 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.02 |
| HSL | 190.34º | 0.85% | 0.87% | - |
| HSV(B) | 190.34º | 0.23% | 0.98% | - |
| XYZ | 70.15 | 80.43 | 102.27 | - |
| YUV | 226.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 250 | 0.23 | 0.04 | 0 | 0.02 | 190.34 | 0.85 | 0.87 |
| Hex | C0 | F0 | FA | 17 | 4 | 0 | 2 | BE | 55 | 57 |
| Octal | 300 | 360 | 372 | 27 | 4 | 0 | 2 | 276 | 125 | 127 |
| Binary | 11000000 | 11110000 | 11111010 | 10111 | 100 | 0 | 10 | 10111110 | 1010101 | 1010111 |
Color Harmonies of #C0F0FA
Complementary color
Monochromatic Colors of #C0F0FA
Black with #C0F0FA
Text Example
Text Example
White with #C0F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0FA; }
p { color: rgb(192,240,250); }
H1.HeaderClassName
{
color: #C0F0FA;
}
.AnyTagClassName
{
color: #C0F0FA;
}
</style>
background-color css
<style>
a { background-color: #C0F0FA; }
a { background-color: rgb(192,240,250); }
div.DivClassName
{
background-color: #C0F0FA;
}
.BgClassName
{
background-color: #C0F0FA;
}
</style>
border-color css
<style>
span { border-color: #C0F0FA; }
span { border-color: rgb(192,240,250); }
td.TdClassName
{
border-color: #C0F0FA;
}
.TagClassName
{
border-color: #C0F0FA;
}
</style>