Shades of Onahau #C8ECEF
Tints of Onahau #C8ECEF
RGB
CMYK
RGB Variations
Color information
#C8ECEF (or 0xC8ECEF) is known color: Onahau. HEX triplet: C8, EC and EF. RGB value is (200,236,239). Sum of RGB (Red+Green+Blue) = 200+236+239=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECEF is #371310. Grayscale: #E1E1E1. Windows color (decimal): -3609361 or 15723720. OLE color: 15723720.
HSL color Cylindrical-coordinate representation of color #C8ECEF: hue angle of 184.62º 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 #C8ECEF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 236 | 239 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.06 |
| HSL | 184.62º | 0.55% | 0.86% | - |
| HSV(B) | 184.62º | 0.16% | 0.94% | - |
| XYZ | 69.39 | 78.5 | 93.16 | - |
| YUV | 225.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 239 | 0.16 | 0.01 | 0 | 0.06 | 184.62 | 0.55 | 0.86 |
| Hex | C8 | EC | EF | 10 | 1 | 0 | 6 | B9 | 37 | 56 |
| Octal | 310 | 354 | 357 | 20 | 1 | 0 | 6 | 271 | 67 | 126 |
| Binary | 11001000 | 11101100 | 11101111 | 10000 | 1 | 0 | 110 | 10111001 | 110111 | 1010110 |
Color Harmonies of #C8ECEF
Complementary color
Monochromatic Colors of #C8ECEF
Black with #C8ECEF
Text Example
Text Example
White with #C8ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECEF; }
p { color: rgb(200,236,239); }
H1.HeaderClassName
{
color: #C8ECEF;
}
.AnyTagClassName
{
color: #C8ECEF;
}
</style>
background-color css
<style>
a { background-color: #C8ECEF; }
a { background-color: rgb(200,236,239); }
div.DivClassName
{
background-color: #C8ECEF;
}
.BgClassName
{
background-color: #C8ECEF;
}
</style>
border-color css
<style>
span { border-color: #C8ECEF; }
span { border-color: rgb(200,236,239); }
td.TdClassName
{
border-color: #C8ECEF;
}
.TagClassName
{
border-color: #C8ECEF;
}
</style>