Shades of Onahau #C8E8EF
Tints of Onahau #C8E8EF
RGB
CMYK
RGB Variations
Color information
#C8E8EF (or 0xC8E8EF) is known color: Onahau. HEX triplet: C8, E8 and EF. RGB value is (200,232,239). Sum of RGB (Red+Green+Blue) = 200+232+239=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8EF is #371710. Grayscale: #DFDFDF. Windows color (decimal): -3610385 or 15722696. OLE color: 15722696.
HSL color Cylindrical-coordinate representation of color #C8E8EF: hue angle of 190.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E8EF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 232 | 239 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.06 |
| HSL | 190.77º | 0.55% | 0.86% | - |
| HSV(B) | 190.77º | 0.16% | 0.94% | - |
| XYZ | 68.26 | 76.22 | 92.78 | - |
| YUV | 223.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 239 | 0.16 | 0.03 | 0 | 0.06 | 190.77 | 0.55 | 0.86 |
| Hex | C8 | E8 | EF | 10 | 3 | 0 | 6 | BF | 37 | 56 |
| Octal | 310 | 350 | 357 | 20 | 3 | 0 | 6 | 277 | 67 | 126 |
| Binary | 11001000 | 11101000 | 11101111 | 10000 | 11 | 0 | 110 | 10111111 | 110111 | 1010110 |
Color Harmonies of #C8E8EF
Complementary color
Monochromatic Colors of #C8E8EF
Black with #C8E8EF
Text Example
Text Example
White with #C8E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8EF; }
p { color: rgb(200,232,239); }
H1.HeaderClassName
{
color: #C8E8EF;
}
.AnyTagClassName
{
color: #C8E8EF;
}
</style>
background-color css
<style>
a { background-color: #C8E8EF; }
a { background-color: rgb(200,232,239); }
div.DivClassName
{
background-color: #C8E8EF;
}
.BgClassName
{
background-color: #C8E8EF;
}
</style>
border-color css
<style>
span { border-color: #C8E8EF; }
span { border-color: rgb(200,232,239); }
td.TdClassName
{
border-color: #C8E8EF;
}
.TagClassName
{
border-color: #C8E8EF;
}
</style>