Shades of Onahau #C4E5EF
Tints of Onahau #C4E5EF
RGB
CMYK
RGB Variations
Color information
#C4E5EF (or 0xC4E5EF) is known color: Onahau. HEX triplet: C4, E5 and EF. RGB value is (196,229,239). Sum of RGB (Red+Green+Blue) = 196+229+239=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E5EF is #3B1A10. Grayscale: #DCDCDC. Windows color (decimal): -3873297 or 15721924. OLE color: 15721924.
HSL color Cylindrical-coordinate representation of color #C4E5EF: hue angle of 193.95º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4E5EF is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 229 | 239 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.06 |
| HSL | 193.95º | 0.57% | 0.85% | - |
| HSV(B) | 193.95º | 0.18% | 0.94% | - |
| XYZ | 66.36 | 74.01 | 92.45 | - |
| YUV | 220.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 239 | 0.18 | 0.04 | 0 | 0.06 | 193.95 | 0.57 | 0.85 |
| Hex | C4 | E5 | EF | 12 | 4 | 0 | 6 | C2 | 39 | 55 |
| Octal | 304 | 345 | 357 | 22 | 4 | 0 | 6 | 302 | 71 | 125 |
| Binary | 11000100 | 11100101 | 11101111 | 10010 | 100 | 0 | 110 | 11000010 | 111001 | 1010101 |
Color Harmonies of #C4E5EF
Complementary color
Monochromatic Colors of #C4E5EF
Black with #C4E5EF
Text Example
Text Example
White with #C4E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E5EF; }
p { color: rgb(196,229,239); }
H1.HeaderClassName
{
color: #C4E5EF;
}
.AnyTagClassName
{
color: #C4E5EF;
}
</style>
background-color css
<style>
a { background-color: #C4E5EF; }
a { background-color: rgb(196,229,239); }
div.DivClassName
{
background-color: #C4E5EF;
}
.BgClassName
{
background-color: #C4E5EF;
}
</style>
border-color css
<style>
span { border-color: #C4E5EF; }
span { border-color: rgb(196,229,239); }
td.TdClassName
{
border-color: #C4E5EF;
}
.TagClassName
{
border-color: #C4E5EF;
}
</style>