Shades of Onahau #C4EEFE
Tints of Onahau #C4EEFE
RGB
CMYK
RGB Variations
Color information
#C4EEFE (or 0xC4EEFE) is known color: Onahau. HEX triplet: C4, EE and FE. RGB value is (196,238,254). Sum of RGB (Red+Green+Blue) = 196+238+254=688 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.49% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EEFE is #3B1101. Grayscale: #E3E3E3. Windows color (decimal): -3870978 or 16707268. OLE color: 16707268.
HSL color Cylindrical-coordinate representation of color #C4EEFE: hue angle of 196.55º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4EEFE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 238 | 254 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.00 |
| HSL | 196.55º | 0.97% | 0.88% | - |
| HSV(B) | 196.55º | 0.23% | 1% | - |
| XYZ | 71.23 | 80.04 | 105.46 | - |
| YUV | 227.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 254 | 0.23 | 0.06 | 0 | 0.00 | 196.55 | 0.97 | 0.88 |
| Hex | C4 | EE | FE | 17 | 6 | 0 | 0 | C5 | 61 | 58 |
| Octal | 304 | 356 | 376 | 27 | 6 | 0 | 0 | 305 | 141 | 130 |
| Binary | 11000100 | 11101110 | 11111110 | 10111 | 110 | 0 | 0 | 11000101 | 1100001 | 1011000 |
Color Harmonies of #C4EEFE
Complementary color
Monochromatic Colors of #C4EEFE
Black with #C4EEFE
Text Example
Text Example
White with #C4EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EEFE; }
p { color: rgb(196,238,254); }
H1.HeaderClassName
{
color: #C4EEFE;
}
.AnyTagClassName
{
color: #C4EEFE;
}
</style>
background-color css
<style>
a { background-color: #C4EEFE; }
a { background-color: rgb(196,238,254); }
div.DivClassName
{
background-color: #C4EEFE;
}
.BgClassName
{
background-color: #C4EEFE;
}
</style>
border-color css
<style>
span { border-color: #C4EEFE; }
span { border-color: rgb(196,238,254); }
td.TdClassName
{
border-color: #C4EEFE;
}
.TagClassName
{
border-color: #C4EEFE;
}
</style>