Shades of Onahau #C0EBF2
Tints of Onahau #C0EBF2
RGB
CMYK
RGB Variations
Color information
#C0EBF2 (or 0xC0EBF2) is known color: Onahau. HEX triplet: C0, EB and F2. RGB value is (192,235,242). Sum of RGB (Red+Green+Blue) = 192+235+242=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBF2 is #3F140D. Grayscale: #DEDEDE. Windows color (decimal): -4133902 or 15920064. OLE color: 15920064.
HSL color Cylindrical-coordinate representation of color #C0EBF2: hue angle of 188.4º 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 #C0EBF2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 235 | 242 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.05 |
| HSL | 188.4º | 0.66% | 0.85% | - |
| HSV(B) | 188.4º | 0.21% | 0.95% | - |
| XYZ | 67.47 | 77.03 | 95.32 | - |
| YUV | 222.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 242 | 0.21 | 0.03 | 0 | 0.05 | 188.4 | 0.66 | 0.85 |
| Hex | C0 | EB | F2 | 15 | 3 | 0 | 5 | BC | 42 | 55 |
| Octal | 300 | 353 | 362 | 25 | 3 | 0 | 5 | 274 | 102 | 125 |
| Binary | 11000000 | 11101011 | 11110010 | 10101 | 11 | 0 | 101 | 10111100 | 1000010 | 1010101 |
Color Harmonies of #C0EBF2
Complementary color
Monochromatic Colors of #C0EBF2
Black with #C0EBF2
Text Example
Text Example
White with #C0EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBF2; }
p { color: rgb(192,235,242); }
H1.HeaderClassName
{
color: #C0EBF2;
}
.AnyTagClassName
{
color: #C0EBF2;
}
</style>
background-color css
<style>
a { background-color: #C0EBF2; }
a { background-color: rgb(192,235,242); }
div.DivClassName
{
background-color: #C0EBF2;
}
.BgClassName
{
background-color: #C0EBF2;
}
</style>
border-color css
<style>
span { border-color: #C0EBF2; }
span { border-color: rgb(192,235,242); }
td.TdClassName
{
border-color: #C0EBF2;
}
.TagClassName
{
border-color: #C0EBF2;
}
</style>