Shades of Onahau #C8E9EF
Tints of Onahau #C8E9EF
RGB
CMYK
RGB Variations
Color information
#C8E9EF (or 0xC8E9EF) is known color: Onahau. HEX triplet: C8, E9 and EF. RGB value is (200,233,239). Sum of RGB (Red+Green+Blue) = 200+233+239=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E9EF is #371610. Grayscale: #DFDFDF. Windows color (decimal): -3610129 or 15722952. OLE color: 15722952.
HSL color Cylindrical-coordinate representation of color #C8E9EF: hue angle of 189.23º 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 #C8E9EF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 233 | 239 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.06 |
| HSL | 189.23º | 0.55% | 0.86% | - |
| HSV(B) | 189.23º | 0.16% | 0.94% | - |
| XYZ | 68.54 | 76.79 | 92.87 | - |
| YUV | 223.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 239 | 0.16 | 0.03 | 0 | 0.06 | 189.23 | 0.55 | 0.86 |
| Hex | C8 | E9 | EF | 10 | 3 | 0 | 6 | BD | 37 | 56 |
| Octal | 310 | 351 | 357 | 20 | 3 | 0 | 6 | 275 | 67 | 126 |
| Binary | 11001000 | 11101001 | 11101111 | 10000 | 11 | 0 | 110 | 10111101 | 110111 | 1010110 |
Color Harmonies of #C8E9EF
Complementary color
Monochromatic Colors of #C8E9EF
Black with #C8E9EF
Text Example
Text Example
White with #C8E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E9EF; }
p { color: rgb(200,233,239); }
H1.HeaderClassName
{
color: #C8E9EF;
}
.AnyTagClassName
{
color: #C8E9EF;
}
</style>
background-color css
<style>
a { background-color: #C8E9EF; }
a { background-color: rgb(200,233,239); }
div.DivClassName
{
background-color: #C8E9EF;
}
.BgClassName
{
background-color: #C8E9EF;
}
</style>
border-color css
<style>
span { border-color: #C8E9EF; }
span { border-color: rgb(200,233,239); }
td.TdClassName
{
border-color: #C8E9EF;
}
.TagClassName
{
border-color: #C8E9EF;
}
</style>