Shades of Onahau #C8E8ED
Tints of Onahau #C8E8ED
RGB
CMYK
RGB Variations
Color information
#C8E8ED (or 0xC8E8ED) is known color: Onahau. HEX triplet: C8, E8 and ED. RGB value is (200,232,237). Sum of RGB (Red+Green+Blue) = 200+232+237=669 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.90% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8ED is #371712. Grayscale: #DEDEDE. Windows color (decimal): -3610387 or 15591624. OLE color: 15591624.
HSL color Cylindrical-coordinate representation of color #C8E8ED: hue angle of 188.11º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8E8ED is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 232 | 237 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.07 |
| HSL | 188.11º | 0.51% | 0.86% | - |
| HSV(B) | 188.11º | 0.16% | 0.93% | - |
| XYZ | 67.96 | 76.11 | 91.23 | - |
| YUV | 223 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 237 | 0.16 | 0.02 | 0 | 0.07 | 188.11 | 0.51 | 0.86 |
| Hex | C8 | E8 | ED | 10 | 2 | 0 | 7 | BC | 33 | 56 |
| Octal | 310 | 350 | 355 | 20 | 2 | 0 | 7 | 274 | 63 | 126 |
| Binary | 11001000 | 11101000 | 11101101 | 10000 | 10 | 0 | 111 | 10111100 | 110011 | 1010110 |
Color Harmonies of #C8E8ED
Complementary color
Monochromatic Colors of #C8E8ED
Black with #C8E8ED
Text Example
Text Example
White with #C8E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8ED; }
p { color: rgb(200,232,237); }
H1.HeaderClassName
{
color: #C8E8ED;
}
.AnyTagClassName
{
color: #C8E8ED;
}
</style>
background-color css
<style>
a { background-color: #C8E8ED; }
a { background-color: rgb(200,232,237); }
div.DivClassName
{
background-color: #C8E8ED;
}
.BgClassName
{
background-color: #C8E8ED;
}
</style>
border-color css
<style>
span { border-color: #C8E8ED; }
span { border-color: rgb(200,232,237); }
td.TdClassName
{
border-color: #C8E8ED;
}
.TagClassName
{
border-color: #C8E8ED;
}
</style>