Shades of Onahau #C0EBF4
Tints of Onahau #C0EBF4
RGB
CMYK
RGB Variations
Color information
#C0EBF4 (or 0xC0EBF4) is known color: Onahau. HEX triplet: C0, EB and F4. RGB value is (192,235,244). Sum of RGB (Red+Green+Blue) = 192+235+244=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0EBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBF4 is #3F140B. Grayscale: #DFDFDF. Windows color (decimal): -4133900 or 16051136. OLE color: 16051136.
HSL color Cylindrical-coordinate representation of color #C0EBF4: hue angle of 190.38º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EBF4 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 235 | 244 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.04 |
| HSL | 190.38º | 0.7% | 0.85% | - |
| HSV(B) | 190.38º | 0.21% | 0.96% | - |
| XYZ | 67.78 | 77.15 | 96.91 | - |
| YUV | 223.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 244 | 0.21 | 0.04 | 0 | 0.04 | 190.38 | 0.7 | 0.85 |
| Hex | C0 | EB | F4 | 15 | 4 | 0 | 4 | BE | 46 | 55 |
| Octal | 300 | 353 | 364 | 25 | 4 | 0 | 4 | 276 | 106 | 125 |
| Binary | 11000000 | 11101011 | 11110100 | 10101 | 100 | 0 | 100 | 10111110 | 1000110 | 1010101 |
Color Harmonies of #C0EBF4
Complementary color
Monochromatic Colors of #C0EBF4
Black with #C0EBF4
Text Example
Text Example
White with #C0EBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBF4; }
p { color: rgb(192,235,244); }
H1.HeaderClassName
{
color: #C0EBF4;
}
.AnyTagClassName
{
color: #C0EBF4;
}
</style>
background-color css
<style>
a { background-color: #C0EBF4; }
a { background-color: rgb(192,235,244); }
div.DivClassName
{
background-color: #C0EBF4;
}
.BgClassName
{
background-color: #C0EBF4;
}
</style>
border-color css
<style>
span { border-color: #C0EBF4; }
span { border-color: rgb(192,235,244); }
td.TdClassName
{
border-color: #C0EBF4;
}
.TagClassName
{
border-color: #C0EBF4;
}
</style>