Shades of Onahau #C0E1F0
Tints of Onahau #C0E1F0
RGB
CMYK
RGB Variations
Color information
#C0E1F0 (or 0xC0E1F0) is known color: Onahau. HEX triplet: C0, E1 and F0. RGB value is (192,225,240). Sum of RGB (Red+Green+Blue) = 192+225+240=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0E1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E1F0 is #3F1E0F. Grayscale: #D8D8D8. Windows color (decimal): -4136464 or 15786432. OLE color: 15786432.
HSL color Cylindrical-coordinate representation of color #C0E1F0: hue angle of 198.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0E1F0 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 225 | 240 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.06 |
| HSL | 198.75º | 0.62% | 0.85% | - |
| HSV(B) | 198.75º | 0.2% | 0.94% | - |
| XYZ | 64.39 | 71.35 | 92.82 | - |
| YUV | 216.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 240 | 0.20 | 0.06 | 0 | 0.06 | 198.75 | 0.62 | 0.85 |
| Hex | C0 | E1 | F0 | 14 | 6 | 0 | 6 | C7 | 3E | 55 |
| Octal | 300 | 341 | 360 | 24 | 6 | 0 | 6 | 307 | 76 | 125 |
| Binary | 11000000 | 11100001 | 11110000 | 10100 | 110 | 0 | 110 | 11000111 | 111110 | 1010101 |
Color Harmonies of #C0E1F0
Complementary color
Monochromatic Colors of #C0E1F0
Black with #C0E1F0
Text Example
Text Example
White with #C0E1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E1F0; }
p { color: rgb(192,225,240); }
H1.HeaderClassName
{
color: #C0E1F0;
}
.AnyTagClassName
{
color: #C0E1F0;
}
</style>
background-color css
<style>
a { background-color: #C0E1F0; }
a { background-color: rgb(192,225,240); }
div.DivClassName
{
background-color: #C0E1F0;
}
.BgClassName
{
background-color: #C0E1F0;
}
</style>
border-color css
<style>
span { border-color: #C0E1F0; }
span { border-color: rgb(192,225,240); }
td.TdClassName
{
border-color: #C0E1F0;
}
.TagClassName
{
border-color: #C0E1F0;
}
</style>