Shades of Onahau #C8E7EB
Tints of Onahau #C8E7EB
RGB
CMYK
RGB Variations
Color information
#C8E7EB (or 0xC8E7EB) is known color: Onahau. HEX triplet: C8, E7 and EB. RGB value is (200,231,235). Sum of RGB (Red+Green+Blue) = 200+231+235=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 231 (90.62% from 255 or 34.68% 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 #C8E7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E7EB is #371814. Grayscale: #DEDEDE. Windows color (decimal): -3610645 or 15460296. OLE color: 15460296.
HSL color Cylindrical-coordinate representation of color #C8E7EB: hue angle of 186.86º 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 #C8E7EB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 231 | 235 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.08 |
| HSL | 186.86º | 0.47% | 0.85% | - |
| HSV(B) | 186.86º | 0.15% | 0.92% | - |
| XYZ | 67.39 | 75.43 | 89.6 | - |
| YUV | 222.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 235 | 0.15 | 0.02 | 0 | 0.08 | 186.86 | 0.47 | 0.85 |
| Hex | C8 | E7 | EB | F | 2 | 0 | 8 | BB | 2F | 55 |
| Octal | 310 | 347 | 353 | 17 | 2 | 0 | 10 | 273 | 57 | 125 |
| Binary | 11001000 | 11100111 | 11101011 | 1111 | 10 | 0 | 1000 | 10111011 | 101111 | 1010101 |
Color Harmonies of #C8E7EB
Complementary color
Monochromatic Colors of #C8E7EB
Black with #C8E7EB
Text Example
Text Example
White with #C8E7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7EB; }
p { color: rgb(200,231,235); }
H1.HeaderClassName
{
color: #C8E7EB;
}
.AnyTagClassName
{
color: #C8E7EB;
}
</style>
background-color css
<style>
a { background-color: #C8E7EB; }
a { background-color: rgb(200,231,235); }
div.DivClassName
{
background-color: #C8E7EB;
}
.BgClassName
{
background-color: #C8E7EB;
}
</style>
border-color css
<style>
span { border-color: #C8E7EB; }
span { border-color: rgb(200,231,235); }
td.TdClassName
{
border-color: #C8E7EB;
}
.TagClassName
{
border-color: #C8E7EB;
}
</style>