Shades of Onahau #C0E3EE
Tints of Onahau #C0E3EE
RGB
CMYK
RGB Variations
Color information
#C0E3EE (or 0xC0E3EE) is known color: Onahau. HEX triplet: C0, E3 and EE. RGB value is (192,227,238). Sum of RGB (Red+Green+Blue) = 192+227+238=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E3EE is #3F1C11. Grayscale: #D9D9D9. Windows color (decimal): -4135954 or 15655872. OLE color: 15655872.
HSL color Cylindrical-coordinate representation of color #C0E3EE: hue angle of 194.35º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E3EE is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 227 | 238 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.07 |
| HSL | 194.35º | 0.58% | 0.84% | - |
| HSV(B) | 194.35º | 0.19% | 0.93% | - |
| XYZ | 64.64 | 72.32 | 91.44 | - |
| YUV | 217.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 238 | 0.19 | 0.05 | 0 | 0.07 | 194.35 | 0.58 | 0.84 |
| Hex | C0 | E3 | EE | 13 | 5 | 0 | 7 | C2 | 3A | 54 |
| Octal | 300 | 343 | 356 | 23 | 5 | 0 | 7 | 302 | 72 | 124 |
| Binary | 11000000 | 11100011 | 11101110 | 10011 | 101 | 0 | 111 | 11000010 | 111010 | 1010100 |
Color Harmonies of #C0E3EE
Complementary color
Monochromatic Colors of #C0E3EE
Black with #C0E3EE
Text Example
Text Example
White with #C0E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3EE; }
p { color: rgb(192,227,238); }
H1.HeaderClassName
{
color: #C0E3EE;
}
.AnyTagClassName
{
color: #C0E3EE;
}
</style>
background-color css
<style>
a { background-color: #C0E3EE; }
a { background-color: rgb(192,227,238); }
div.DivClassName
{
background-color: #C0E3EE;
}
.BgClassName
{
background-color: #C0E3EE;
}
</style>
border-color css
<style>
span { border-color: #C0E3EE; }
span { border-color: rgb(192,227,238); }
td.TdClassName
{
border-color: #C0E3EE;
}
.TagClassName
{
border-color: #C0E3EE;
}
</style>