Shades of Onahau #C0EBFC
Tints of Onahau #C0EBFC
RGB
CMYK
RGB Variations
Color information
#C0EBFC (or 0xC0EBFC) is known color: Onahau. HEX triplet: C0, EB and FC. RGB value is (192,235,252). Sum of RGB (Red+Green+Blue) = 192+235+252=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBFC is #3F1403. Grayscale: #DFDFDF. Windows color (decimal): -4133892 or 16575424. OLE color: 16575424.
HSL color Cylindrical-coordinate representation of color #C0EBFC: hue angle of 197º 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 #C0EBFC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 235 | 252 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.01 |
| HSL | 197º | 0.91% | 0.87% | - |
| HSV(B) | 197º | 0.24% | 0.99% | - |
| XYZ | 69.02 | 77.65 | 103.45 | - |
| YUV | 224.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 252 | 0.24 | 0.07 | 0 | 0.01 | 197 | 0.91 | 0.87 |
| Hex | C0 | EB | FC | 18 | 7 | 0 | 1 | C5 | 5B | 57 |
| Octal | 300 | 353 | 374 | 30 | 7 | 0 | 1 | 305 | 133 | 127 |
| Binary | 11000000 | 11101011 | 11111100 | 11000 | 111 | 0 | 1 | 11000101 | 1011011 | 1010111 |
Color Harmonies of #C0EBFC
Complementary color
Monochromatic Colors of #C0EBFC
Black with #C0EBFC
Text Example
Text Example
White with #C0EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBFC; }
p { color: rgb(192,235,252); }
H1.HeaderClassName
{
color: #C0EBFC;
}
.AnyTagClassName
{
color: #C0EBFC;
}
</style>
background-color css
<style>
a { background-color: #C0EBFC; }
a { background-color: rgb(192,235,252); }
div.DivClassName
{
background-color: #C0EBFC;
}
.BgClassName
{
background-color: #C0EBFC;
}
</style>
border-color css
<style>
span { border-color: #C0EBFC; }
span { border-color: rgb(192,235,252); }
td.TdClassName
{
border-color: #C0EBFC;
}
.TagClassName
{
border-color: #C0EBFC;
}
</style>