Shades of Onahau #C1ECFF
Tints of Onahau #C1ECFF
RGB
CMYK
RGB Variations
Color information
#C1ECFF (or 0xC1ECFF) is known color: Onahau. HEX triplet: C1, EC and FF. RGB value is (193,236,255). Sum of RGB (Red+Green+Blue) = 193+236+255=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECFF is #3E1300. Grayscale: #E1E1E1. Windows color (decimal): -4068097 or 16772289. OLE color: 16772289.
HSL color Cylindrical-coordinate representation of color #C1ECFF: hue angle of 198.39º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1ECFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 236 | 255 | - |
| CMYK | 0.24 | 0.07 | 0 | 0 |
| HSL | 198.39º | 1% | 0.88% | - |
| HSV(B) | 198.39º | 0.24% | 1% | - |
| XYZ | 70.04 | 78.55 | 106.08 | - |
| YUV | 225.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 255 | 0.24 | 0.07 | 0 | 0 | 198.39 | 1 | 0.88 |
| Hex | C1 | EC | FF | 18 | 7 | 0 | 0 | C6 | 64 | 58 |
| Octal | 301 | 354 | 377 | 30 | 7 | 0 | 0 | 306 | 144 | 130 |
| Binary | 11000001 | 11101100 | 11111111 | 11000 | 111 | 0 | 0 | 11000110 | 1100100 | 1011000 |
Color Harmonies of #C1ECFF
Complementary color
Monochromatic Colors of #C1ECFF
Black with #C1ECFF
Text Example
Text Example
White with #C1ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECFF; }
p { color: rgb(193,236,255); }
H1.HeaderClassName
{
color: #C1ECFF;
}
.AnyTagClassName
{
color: #C1ECFF;
}
</style>
background-color css
<style>
a { background-color: #C1ECFF; }
a { background-color: rgb(193,236,255); }
div.DivClassName
{
background-color: #C1ECFF;
}
.BgClassName
{
background-color: #C1ECFF;
}
</style>
border-color css
<style>
span { border-color: #C1ECFF; }
span { border-color: rgb(193,236,255); }
td.TdClassName
{
border-color: #C1ECFF;
}
.TagClassName
{
border-color: #C1ECFF;
}
</style>