Shades of Onahau #C1E7EC
Tints of Onahau #C1E7EC
RGB
CMYK
RGB Variations
Color information
#C1E7EC (or 0xC1E7EC) is known color: Onahau. HEX triplet: C1, E7 and EC. RGB value is (193,231,236). Sum of RGB (Red+Green+Blue) = 193+231+236=660 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.24% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1E7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E7EC is #3E1813. Grayscale: #DCDCDC. Windows color (decimal): -4069396 or 15525825. OLE color: 15525825.
HSL color Cylindrical-coordinate representation of color #C1E7EC: hue angle of 186.98º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1E7EC is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 231 | 236 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.07 |
| HSL | 186.98º | 0.53% | 0.84% | - |
| HSV(B) | 186.98º | 0.18% | 0.93% | - |
| XYZ | 65.71 | 74.55 | 90.28 | - |
| YUV | 220.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 236 | 0.18 | 0.02 | 0 | 0.07 | 186.98 | 0.53 | 0.84 |
| Hex | C1 | E7 | EC | 12 | 2 | 0 | 7 | BB | 35 | 54 |
| Octal | 301 | 347 | 354 | 22 | 2 | 0 | 7 | 273 | 65 | 124 |
| Binary | 11000001 | 11100111 | 11101100 | 10010 | 10 | 0 | 111 | 10111011 | 110101 | 1010100 |
Color Harmonies of #C1E7EC
Complementary color
Monochromatic Colors of #C1E7EC
Black with #C1E7EC
Text Example
Text Example
White with #C1E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E7EC; }
p { color: rgb(193,231,236); }
H1.HeaderClassName
{
color: #C1E7EC;
}
.AnyTagClassName
{
color: #C1E7EC;
}
</style>
background-color css
<style>
a { background-color: #C1E7EC; }
a { background-color: rgb(193,231,236); }
div.DivClassName
{
background-color: #C1E7EC;
}
.BgClassName
{
background-color: #C1E7EC;
}
</style>
border-color css
<style>
span { border-color: #C1E7EC; }
span { border-color: rgb(193,231,236); }
td.TdClassName
{
border-color: #C1E7EC;
}
.TagClassName
{
border-color: #C1E7EC;
}
</style>