Shades of Onahau #C0EAED
Tints of Onahau #C0EAED
RGB
CMYK
RGB Variations
Color information
#C0EAED (or 0xC0EAED) is known color: Onahau. HEX triplet: C0, EA and ED. RGB value is (192,234,237). Sum of RGB (Red+Green+Blue) = 192+234+237=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EAED is #3F1512. Grayscale: #DDDDDD. Windows color (decimal): -4134163 or 15592128. OLE color: 15592128.
HSL color Cylindrical-coordinate representation of color #C0EAED: hue angle of 184º degrees, saturation: 0.56, 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 #C0EAED is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 234 | 237 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.07 |
| HSL | 184º | 0.56% | 0.84% | - |
| HSV(B) | 184º | 0.19% | 0.93% | - |
| XYZ | 66.45 | 76.17 | 91.32 | - |
| YUV | 221.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 237 | 0.19 | 0.01 | 0 | 0.07 | 184 | 0.56 | 0.84 |
| Hex | C0 | EA | ED | 13 | 1 | 0 | 7 | B8 | 38 | 54 |
| Octal | 300 | 352 | 355 | 23 | 1 | 0 | 7 | 270 | 70 | 124 |
| Binary | 11000000 | 11101010 | 11101101 | 10011 | 1 | 0 | 111 | 10111000 | 111000 | 1010100 |
Color Harmonies of #C0EAED
Complementary color
Monochromatic Colors of #C0EAED
Black with #C0EAED
Text Example
Text Example
White with #C0EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EAED; }
p { color: rgb(192,234,237); }
H1.HeaderClassName
{
color: #C0EAED;
}
.AnyTagClassName
{
color: #C0EAED;
}
</style>
background-color css
<style>
a { background-color: #C0EAED; }
a { background-color: rgb(192,234,237); }
div.DivClassName
{
background-color: #C0EAED;
}
.BgClassName
{
background-color: #C0EAED;
}
</style>
border-color css
<style>
span { border-color: #C0EAED; }
span { border-color: rgb(192,234,237); }
td.TdClassName
{
border-color: #C0EAED;
}
.TagClassName
{
border-color: #C0EAED;
}
</style>