Shades of Onahau #C8E9ED
Tints of Onahau #C8E9ED
RGB
CMYK
RGB Variations
Color information
#C8E9ED (or 0xC8E9ED) is known color: Onahau. HEX triplet: C8, E9 and ED. RGB value is (200,233,237). Sum of RGB (Red+Green+Blue) = 200+233+237=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E9ED is #371612. Grayscale: #DFDFDF. Windows color (decimal): -3610131 or 15591880. OLE color: 15591880.
HSL color Cylindrical-coordinate representation of color #C8E9ED: hue angle of 186.49º 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 #C8E9ED is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 233 | 237 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.07 |
| HSL | 186.49º | 0.51% | 0.86% | - |
| HSV(B) | 186.49º | 0.16% | 0.93% | - |
| XYZ | 68.24 | 76.67 | 91.32 | - |
| YUV | 223.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 237 | 0.16 | 0.02 | 0 | 0.07 | 186.49 | 0.51 | 0.86 |
| Hex | C8 | E9 | ED | 10 | 2 | 0 | 7 | BA | 33 | 56 |
| Octal | 310 | 351 | 355 | 20 | 2 | 0 | 7 | 272 | 63 | 126 |
| Binary | 11001000 | 11101001 | 11101101 | 10000 | 10 | 0 | 111 | 10111010 | 110011 | 1010110 |
Color Harmonies of #C8E9ED
Complementary color
Monochromatic Colors of #C8E9ED
Black with #C8E9ED
Text Example
Text Example
White with #C8E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E9ED; }
p { color: rgb(200,233,237); }
H1.HeaderClassName
{
color: #C8E9ED;
}
.AnyTagClassName
{
color: #C8E9ED;
}
</style>
background-color css
<style>
a { background-color: #C8E9ED; }
a { background-color: rgb(200,233,237); }
div.DivClassName
{
background-color: #C8E9ED;
}
.BgClassName
{
background-color: #C8E9ED;
}
</style>
border-color css
<style>
span { border-color: #C8E9ED; }
span { border-color: rgb(200,233,237); }
td.TdClassName
{
border-color: #C8E9ED;
}
.TagClassName
{
border-color: #C8E9ED;
}
</style>