Shades of Onahau #C4E8ED
Tints of Onahau #C4E8ED
RGB
CMYK
RGB Variations
Color information
#C4E8ED (or 0xC4E8ED) is known color: Onahau. HEX triplet: C4, E8 and ED. RGB value is (196,232,237). Sum of RGB (Red+Green+Blue) = 196+232+237=665 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.47% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4E8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4E8ED is #3B1712. Grayscale: #DDDDDD. Windows color (decimal): -3872531 or 15591620. OLE color: 15591620.
HSL color Cylindrical-coordinate representation of color #C4E8ED: hue angle of 187.32º degrees, saturation: 0.53, 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 #C4E8ED is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 232 | 237 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.07 |
| HSL | 187.32º | 0.53% | 0.85% | - |
| HSV(B) | 187.32º | 0.17% | 0.93% | - |
| XYZ | 66.91 | 75.56 | 91.18 | - |
| YUV | 221.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 237 | 0.17 | 0.02 | 0 | 0.07 | 187.32 | 0.53 | 0.85 |
| Hex | C4 | E8 | ED | 11 | 2 | 0 | 7 | BB | 35 | 55 |
| Octal | 304 | 350 | 355 | 21 | 2 | 0 | 7 | 273 | 65 | 125 |
| Binary | 11000100 | 11101000 | 11101101 | 10001 | 10 | 0 | 111 | 10111011 | 110101 | 1010101 |
Color Harmonies of #C4E8ED
Complementary color
Monochromatic Colors of #C4E8ED
Black with #C4E8ED
Text Example
Text Example
White with #C4E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E8ED; }
p { color: rgb(196,232,237); }
H1.HeaderClassName
{
color: #C4E8ED;
}
.AnyTagClassName
{
color: #C4E8ED;
}
</style>
background-color css
<style>
a { background-color: #C4E8ED; }
a { background-color: rgb(196,232,237); }
div.DivClassName
{
background-color: #C4E8ED;
}
.BgClassName
{
background-color: #C4E8ED;
}
</style>
border-color css
<style>
span { border-color: #C4E8ED; }
span { border-color: rgb(196,232,237); }
td.TdClassName
{
border-color: #C4E8ED;
}
.TagClassName
{
border-color: #C4E8ED;
}
</style>