Shades of Onahau #C1ECFC
Tints of Onahau #C1ECFC
RGB
CMYK
RGB Variations
Color information
#C1ECFC (or 0xC1ECFC) is known color: Onahau. HEX triplet: C1, EC and FC. RGB value is (193,236,252). Sum of RGB (Red+Green+Blue) = 193+236+252=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECFC is #3E1303. Grayscale: #E0E0E0. Windows color (decimal): -4068100 or 16575681. OLE color: 16575681.
HSL color Cylindrical-coordinate representation of color #C1ECFC: hue angle of 196.27º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1ECFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 236 | 252 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.01 |
| HSL | 196.27º | 0.91% | 0.87% | - |
| HSV(B) | 196.27º | 0.23% | 0.99% | - |
| XYZ | 69.56 | 78.36 | 103.55 | - |
| YUV | 224.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 252 | 0.23 | 0.06 | 0 | 0.01 | 196.27 | 0.91 | 0.87 |
| Hex | C1 | EC | FC | 17 | 6 | 0 | 1 | C4 | 5B | 57 |
| Octal | 301 | 354 | 374 | 27 | 6 | 0 | 1 | 304 | 133 | 127 |
| Binary | 11000001 | 11101100 | 11111100 | 10111 | 110 | 0 | 1 | 11000100 | 1011011 | 1010111 |
Color Harmonies of #C1ECFC
Complementary color
Monochromatic Colors of #C1ECFC
Black with #C1ECFC
Text Example
Text Example
White with #C1ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECFC; }
p { color: rgb(193,236,252); }
H1.HeaderClassName
{
color: #C1ECFC;
}
.AnyTagClassName
{
color: #C1ECFC;
}
</style>
background-color css
<style>
a { background-color: #C1ECFC; }
a { background-color: rgb(193,236,252); }
div.DivClassName
{
background-color: #C1ECFC;
}
.BgClassName
{
background-color: #C1ECFC;
}
</style>
border-color css
<style>
span { border-color: #C1ECFC; }
span { border-color: rgb(193,236,252); }
td.TdClassName
{
border-color: #C1ECFC;
}
.TagClassName
{
border-color: #C1ECFC;
}
</style>