Shades of Onahau #C8E4ED
Tints of Onahau #C8E4ED
RGB
CMYK
RGB Variations
Color information
#C8E4ED (or 0xC8E4ED) is known color: Onahau. HEX triplet: C8, E4 and ED. RGB value is (200,228,237). Sum of RGB (Red+Green+Blue) = 200+228+237=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E4ED is #371B12. Grayscale: #DCDCDC. Windows color (decimal): -3611411 or 15590600. OLE color: 15590600.
HSL color Cylindrical-coordinate representation of color #C8E4ED: hue angle of 194.59º 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 #C8E4ED is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 228 | 237 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.07 |
| HSL | 194.59º | 0.51% | 0.86% | - |
| HSV(B) | 194.59º | 0.16% | 0.93% | - |
| XYZ | 66.85 | 73.88 | 90.86 | - |
| YUV | 220.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 237 | 0.16 | 0.04 | 0 | 0.07 | 194.59 | 0.51 | 0.86 |
| Hex | C8 | E4 | ED | 10 | 4 | 0 | 7 | C3 | 33 | 56 |
| Octal | 310 | 344 | 355 | 20 | 4 | 0 | 7 | 303 | 63 | 126 |
| Binary | 11001000 | 11100100 | 11101101 | 10000 | 100 | 0 | 111 | 11000011 | 110011 | 1010110 |
Color Harmonies of #C8E4ED
Complementary color
Monochromatic Colors of #C8E4ED
Black with #C8E4ED
Text Example
Text Example
White with #C8E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E4ED; }
p { color: rgb(200,228,237); }
H1.HeaderClassName
{
color: #C8E4ED;
}
.AnyTagClassName
{
color: #C8E4ED;
}
</style>
background-color css
<style>
a { background-color: #C8E4ED; }
a { background-color: rgb(200,228,237); }
div.DivClassName
{
background-color: #C8E4ED;
}
.BgClassName
{
background-color: #C8E4ED;
}
</style>
border-color css
<style>
span { border-color: #C8E4ED; }
span { border-color: rgb(200,228,237); }
td.TdClassName
{
border-color: #C8E4ED;
}
.TagClassName
{
border-color: #C8E4ED;
}
</style>