Shades of Onahau #C4E0EC
Tints of Onahau #C4E0EC
RGB
CMYK
RGB Variations
Color information
#C4E0EC (or 0xC4E0EC) is known color: Onahau. HEX triplet: C4, E0 and EC. RGB value is (196,224,236). Sum of RGB (Red+Green+Blue) = 196+224+236=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E0EC is #3B1F13. Grayscale: #D8D8D8. Windows color (decimal): -3874580 or 15524036. OLE color: 15524036.
HSL color Cylindrical-coordinate representation of color #C4E0EC: hue angle of 198º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4E0EC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 224 | 236 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.07 |
| HSL | 198º | 0.51% | 0.85% | - |
| HSV(B) | 198º | 0.17% | 0.93% | - |
| XYZ | 64.56 | 71.1 | 89.68 | - |
| YUV | 217 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 236 | 0.17 | 0.05 | 0 | 0.07 | 198 | 0.51 | 0.85 |
| Hex | C4 | E0 | EC | 11 | 5 | 0 | 7 | C6 | 33 | 55 |
| Octal | 304 | 340 | 354 | 21 | 5 | 0 | 7 | 306 | 63 | 125 |
| Binary | 11000100 | 11100000 | 11101100 | 10001 | 101 | 0 | 111 | 11000110 | 110011 | 1010101 |
Color Harmonies of #C4E0EC
Complementary color
Monochromatic Colors of #C4E0EC
Black with #C4E0EC
Text Example
Text Example
White with #C4E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E0EC; }
p { color: rgb(196,224,236); }
H1.HeaderClassName
{
color: #C4E0EC;
}
.AnyTagClassName
{
color: #C4E0EC;
}
</style>
background-color css
<style>
a { background-color: #C4E0EC; }
a { background-color: rgb(196,224,236); }
div.DivClassName
{
background-color: #C4E0EC;
}
.BgClassName
{
background-color: #C4E0EC;
}
</style>
border-color css
<style>
span { border-color: #C4E0EC; }
span { border-color: rgb(196,224,236); }
td.TdClassName
{
border-color: #C4E0EC;
}
.TagClassName
{
border-color: #C4E0EC;
}
</style>