Shades of Onahau #C1ECFD
Tints of Onahau #C1ECFD
RGB
CMYK
RGB Variations
Color information
#C1ECFD (or 0xC1ECFD) is known color: Onahau. HEX triplet: C1, EC and FD. RGB value is (193,236,253). Sum of RGB (Red+Green+Blue) = 193+236+253=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1ECFD is #3E1302. Grayscale: #E0E0E0. Windows color (decimal): -4068099 or 16641217. OLE color: 16641217.
HSL color Cylindrical-coordinate representation of color #C1ECFD: hue angle of 197º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1ECFD is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 236 | 253 | - |
CMYK | 0.24 | 0.07 | 0 | 0.01 |
HSL | 197º | 0.94% | 0.87% | - |
HSV(B) | 197º | 0.24% | 0.99% | - |
XYZ | 69.72 | 78.42 | 104.39 | - |
YUV | 225.08 | 143.75 | 105.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 236 | 253 | 0.24 | 0.07 | 0 | 0.01 | 197 | 0.94 | 0.87 |
Hex | C1 | EC | FD | 18 | 7 | 0 | 1 | C5 | 5E | 57 |
Octal | 301 | 354 | 375 | 30 | 7 | 0 | 1 | 305 | 136 | 127 |
Binary | 11000001 | 11101100 | 11111101 | 11000 | 111 | 0 | 1 | 11000101 | 1011110 | 1010111 |
Color Harmonies of #C1ECFD
Complementary color
Monochromatic Colors of #C1ECFD
Black with #C1ECFD
Text Example
Text Example
White with #C1ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ECFD; }
p { color: rgb(193,236,253); }
H1.HeaderClassName
{
color: #C1ECFD;
}
.AnyTagClassName
{
color: #C1ECFD;
}
</style>
background-color css
<style>
a { background-color: #C1ECFD; }
a { background-color: rgb(193,236,253); }
div.DivClassName
{
background-color: #C1ECFD;
}
.BgClassName
{
background-color: #C1ECFD;
}
</style>
border-color css
<style>
span { border-color: #C1ECFD; }
span { border-color: rgb(193,236,253); }
td.TdClassName
{
border-color: #C1ECFD;
}
.TagClassName
{
border-color: #C1ECFD;
}
</style>