Shades of Onahau #C4ECFC
Tints of Onahau #C4ECFC
RGB
CMYK
RGB Variations
Color information
#C4ECFC (or 0xC4ECFC) is known color: Onahau. HEX triplet: C4, EC and FC. RGB value is (196,236,252). Sum of RGB (Red+Green+Blue) = 196+236+252=684 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.65% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4ECFC is #3B1303. Grayscale: #E1E1E1. Windows color (decimal): -3871492 or 16575684. OLE color: 16575684.
HSL color Cylindrical-coordinate representation of color #C4ECFC: hue angle of 197.14º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4ECFC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 236 | 252 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.01 |
| HSL | 197.14º | 0.9% | 0.88% | - |
| HSV(B) | 197.14º | 0.22% | 0.99% | - |
| XYZ | 70.33 | 78.75 | 103.59 | - |
| YUV | 225.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 236 | 252 | 0.22 | 0.06 | 0 | 0.01 | 197.14 | 0.9 | 0.88 |
| Hex | C4 | EC | FC | 16 | 6 | 0 | 1 | C5 | 5A | 58 |
| Octal | 304 | 354 | 374 | 26 | 6 | 0 | 1 | 305 | 132 | 130 |
| Binary | 11000100 | 11101100 | 11111100 | 10110 | 110 | 0 | 1 | 11000101 | 1011010 | 1011000 |
Color Harmonies of #C4ECFC
Complementary color
Monochromatic Colors of #C4ECFC
Black with #C4ECFC
Text Example
Text Example
White with #C4ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ECFC; }
p { color: rgb(196,236,252); }
H1.HeaderClassName
{
color: #C4ECFC;
}
.AnyTagClassName
{
color: #C4ECFC;
}
</style>
background-color css
<style>
a { background-color: #C4ECFC; }
a { background-color: rgb(196,236,252); }
div.DivClassName
{
background-color: #C4ECFC;
}
.BgClassName
{
background-color: #C4ECFC;
}
</style>
border-color css
<style>
span { border-color: #C4ECFC; }
span { border-color: rgb(196,236,252); }
td.TdClassName
{
border-color: #C4ECFC;
}
.TagClassName
{
border-color: #C4ECFC;
}
</style>