Shades of Onahau #C0ECF7
Tints of Onahau #C0ECF7
RGB
CMYK
RGB Variations
Color information
#C0ECF7 (or 0xC0ECF7) is known color: Onahau. HEX triplet: C0, EC and F7. RGB value is (192,236,247). Sum of RGB (Red+Green+Blue) = 192+236+247=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0ECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECF7 is #3F1308. Grayscale: #E0E0E0. Windows color (decimal): -4133641 or 16248000. OLE color: 16248000.
HSL color Cylindrical-coordinate representation of color #C0ECF7: hue angle of 192º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ECF7 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 236 | 247 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.03 |
| HSL | 192º | 0.77% | 0.86% | - |
| HSV(B) | 192º | 0.22% | 0.97% | - |
| XYZ | 68.52 | 77.91 | 99.42 | - |
| YUV | 224.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 247 | 0.22 | 0.04 | 0 | 0.03 | 192 | 0.77 | 0.86 |
| Hex | C0 | EC | F7 | 16 | 4 | 0 | 3 | C0 | 4D | 56 |
| Octal | 300 | 354 | 367 | 26 | 4 | 0 | 3 | 300 | 115 | 126 |
| Binary | 11000000 | 11101100 | 11110111 | 10110 | 100 | 0 | 11 | 11000000 | 1001101 | 1010110 |
Color Harmonies of #C0ECF7
Complementary color
Monochromatic Colors of #C0ECF7
Black with #C0ECF7
Text Example
Text Example
White with #C0ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECF7; }
p { color: rgb(192,236,247); }
H1.HeaderClassName
{
color: #C0ECF7;
}
.AnyTagClassName
{
color: #C0ECF7;
}
</style>
background-color css
<style>
a { background-color: #C0ECF7; }
a { background-color: rgb(192,236,247); }
div.DivClassName
{
background-color: #C0ECF7;
}
.BgClassName
{
background-color: #C0ECF7;
}
</style>
border-color css
<style>
span { border-color: #C0ECF7; }
span { border-color: rgb(192,236,247); }
td.TdClassName
{
border-color: #C0ECF7;
}
.TagClassName
{
border-color: #C0ECF7;
}
</style>