Shades of Onahau #C7E8EB
Tints of Onahau #C7E8EB
RGB
CMYK
RGB Variations
Color information
#C7E8EB (or 0xC7E8EB) is known color: Onahau. HEX triplet: C7, E8 and EB. RGB value is (199,232,235). Sum of RGB (Red+Green+Blue) = 199+232+235=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E8EB is #381714. Grayscale: #DEDEDE. Windows color (decimal): -3675925 or 15460551. OLE color: 15460551.
HSL color Cylindrical-coordinate representation of color #C7E8EB: hue angle of 185º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7E8EB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 232 | 235 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.08 |
| HSL | 185º | 0.47% | 0.85% | - |
| HSV(B) | 185º | 0.15% | 0.92% | - |
| XYZ | 67.41 | 75.85 | 89.69 | - |
| YUV | 222.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 235 | 0.15 | 0.01 | 0 | 0.08 | 185 | 0.47 | 0.85 |
| Hex | C7 | E8 | EB | F | 1 | 0 | 8 | B9 | 2F | 55 |
| Octal | 307 | 350 | 353 | 17 | 1 | 0 | 10 | 271 | 57 | 125 |
| Binary | 11000111 | 11101000 | 11101011 | 1111 | 1 | 0 | 1000 | 10111001 | 101111 | 1010101 |
Color Harmonies of #C7E8EB
Complementary color
Monochromatic Colors of #C7E8EB
Black with #C7E8EB
Text Example
Text Example
White with #C7E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8EB; }
p { color: rgb(199,232,235); }
H1.HeaderClassName
{
color: #C7E8EB;
}
.AnyTagClassName
{
color: #C7E8EB;
}
</style>
background-color css
<style>
a { background-color: #C7E8EB; }
a { background-color: rgb(199,232,235); }
div.DivClassName
{
background-color: #C7E8EB;
}
.BgClassName
{
background-color: #C7E8EB;
}
</style>
border-color css
<style>
span { border-color: #C7E8EB; }
span { border-color: rgb(199,232,235); }
td.TdClassName
{
border-color: #C7E8EB;
}
.TagClassName
{
border-color: #C7E8EB;
}
</style>