Shades of Onahau #C8ECF6
Tints of Onahau #C8ECF6
RGB
CMYK
RGB Variations
Color information
#C8ECF6 (or 0xC8ECF6) is known color: Onahau. HEX triplet: C8, EC and F6. RGB value is (200,236,246). Sum of RGB (Red+Green+Blue) = 200+236+246=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8ECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECF6 is #371309. Grayscale: #E2E2E2. Windows color (decimal): -3609354 or 16182472. OLE color: 16182472.
HSL color Cylindrical-coordinate representation of color #C8ECF6: hue angle of 193.04º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8ECF6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 236 | 246 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.04 |
| HSL | 193.04º | 0.72% | 0.87% | - |
| HSV(B) | 193.04º | 0.19% | 0.96% | - |
| XYZ | 70.45 | 78.92 | 98.71 | - |
| YUV | 226.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 246 | 0.19 | 0.04 | 0 | 0.04 | 193.04 | 0.72 | 0.87 |
| Hex | C8 | EC | F6 | 13 | 4 | 0 | 4 | C1 | 48 | 57 |
| Octal | 310 | 354 | 366 | 23 | 4 | 0 | 4 | 301 | 110 | 127 |
| Binary | 11001000 | 11101100 | 11110110 | 10011 | 100 | 0 | 100 | 11000001 | 1001000 | 1010111 |
Color Harmonies of #C8ECF6
Complementary color
Monochromatic Colors of #C8ECF6
Black with #C8ECF6
Text Example
Text Example
White with #C8ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECF6; }
p { color: rgb(200,236,246); }
H1.HeaderClassName
{
color: #C8ECF6;
}
.AnyTagClassName
{
color: #C8ECF6;
}
</style>
background-color css
<style>
a { background-color: #C8ECF6; }
a { background-color: rgb(200,236,246); }
div.DivClassName
{
background-color: #C8ECF6;
}
.BgClassName
{
background-color: #C8ECF6;
}
</style>
border-color css
<style>
span { border-color: #C8ECF6; }
span { border-color: rgb(200,236,246); }
td.TdClassName
{
border-color: #C8ECF6;
}
.TagClassName
{
border-color: #C8ECF6;
}
</style>