Shades of Onahau #C0EDF2
Tints of Onahau #C0EDF2
RGB
CMYK
RGB Variations
Color information
#C0EDF2 (or 0xC0EDF2) is known color: Onahau. HEX triplet: C0, ED and F2. RGB value is (192,237,242). Sum of RGB (Red+Green+Blue) = 192+237+242=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EDF2 is #3F120D. Grayscale: #E0E0E0. Windows color (decimal): -4133390 or 15920576. OLE color: 15920576.
HSL color Cylindrical-coordinate representation of color #C0EDF2: hue angle of 186º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EDF2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 237 | 242 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.05 |
| HSL | 186º | 0.66% | 0.85% | - |
| HSV(B) | 186º | 0.21% | 0.95% | - |
| XYZ | 68.05 | 78.19 | 95.51 | - |
| YUV | 224.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 242 | 0.21 | 0.02 | 0 | 0.05 | 186 | 0.66 | 0.85 |
| Hex | C0 | ED | F2 | 15 | 2 | 0 | 5 | BA | 42 | 55 |
| Octal | 300 | 355 | 362 | 25 | 2 | 0 | 5 | 272 | 102 | 125 |
| Binary | 11000000 | 11101101 | 11110010 | 10101 | 10 | 0 | 101 | 10111010 | 1000010 | 1010101 |
Color Harmonies of #C0EDF2
Complementary color
Monochromatic Colors of #C0EDF2
Black with #C0EDF2
Text Example
Text Example
White with #C0EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDF2; }
p { color: rgb(192,237,242); }
H1.HeaderClassName
{
color: #C0EDF2;
}
.AnyTagClassName
{
color: #C0EDF2;
}
</style>
background-color css
<style>
a { background-color: #C0EDF2; }
a { background-color: rgb(192,237,242); }
div.DivClassName
{
background-color: #C0EDF2;
}
.BgClassName
{
background-color: #C0EDF2;
}
</style>
border-color css
<style>
span { border-color: #C0EDF2; }
span { border-color: rgb(192,237,242); }
td.TdClassName
{
border-color: #C0EDF2;
}
.TagClassName
{
border-color: #C0EDF2;
}
</style>