Shades of Onahau #C7E9EC
Tints of Onahau #C7E9EC
RGB
CMYK
RGB Variations
Color information
#C7E9EC (or 0xC7E9EC) is known color: Onahau. HEX triplet: C7, E9 and EC. RGB value is (199,233,236). Sum of RGB (Red+Green+Blue) = 199+233+236=668 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.79% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E9EC is #381613. Grayscale: #DFDFDF. Windows color (decimal): -3675668 or 15526343. OLE color: 15526343.
HSL color Cylindrical-coordinate representation of color #C7E9EC: hue angle of 184.86º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7E9EC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 233 | 236 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.07 |
| HSL | 184.86º | 0.49% | 0.85% | - |
| HSV(B) | 184.86º | 0.16% | 0.93% | - |
| XYZ | 67.83 | 76.48 | 90.54 | - |
| YUV | 223.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 236 | 0.16 | 0.01 | 0 | 0.07 | 184.86 | 0.49 | 0.85 |
| Hex | C7 | E9 | EC | 10 | 1 | 0 | 7 | B9 | 31 | 55 |
| Octal | 307 | 351 | 354 | 20 | 1 | 0 | 7 | 271 | 61 | 125 |
| Binary | 11000111 | 11101001 | 11101100 | 10000 | 1 | 0 | 111 | 10111001 | 110001 | 1010101 |
Color Harmonies of #C7E9EC
Complementary color
Monochromatic Colors of #C7E9EC
Black with #C7E9EC
Text Example
Text Example
White with #C7E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E9EC; }
p { color: rgb(199,233,236); }
H1.HeaderClassName
{
color: #C7E9EC;
}
.AnyTagClassName
{
color: #C7E9EC;
}
</style>
background-color css
<style>
a { background-color: #C7E9EC; }
a { background-color: rgb(199,233,236); }
div.DivClassName
{
background-color: #C7E9EC;
}
.BgClassName
{
background-color: #C7E9EC;
}
</style>
border-color css
<style>
span { border-color: #C7E9EC; }
span { border-color: rgb(199,233,236); }
td.TdClassName
{
border-color: #C7E9EC;
}
.TagClassName
{
border-color: #C7E9EC;
}
</style>