Shades of Humming Bird #C1FDEC
Tints of Humming Bird #C1FDEC
RGB
CMYK
RGB Variations
Color information
#C1FDEC (or 0xC1FDEC) is known color: Humming Bird. HEX triplet: C1, FD and EC. RGB value is (193,253,236). Sum of RGB (Red+Green+Blue) = 193+253+236=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDEC is #3E0213. Grayscale: #E9E9E9. Windows color (decimal): -4063764 or 15531457. OLE color: 15531457.
HSL color Cylindrical-coordinate representation of color #C1FDEC: hue angle of 163º 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 #C1FDEC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 253 | 236 | - |
CMYK | 0.24 | 0 | 0.07 | 0.01 |
HSL | 163º | 0.94% | 0.87% | - |
HSV(B) | 163º | 0.24% | 0.99% | - |
XYZ | 72.26 | 87.64 | 92.47 | - |
YUV | 233.12 | 129.62 | 99.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 253 | 236 | 0.24 | 0 | 0.07 | 0.01 | 163 | 0.94 | 0.87 |
Hex | C1 | FD | EC | 18 | 0 | 7 | 1 | A3 | 5E | 57 |
Octal | 301 | 375 | 354 | 30 | 0 | 7 | 1 | 243 | 136 | 127 |
Binary | 11000001 | 11111101 | 11101100 | 11000 | 0 | 111 | 1 | 10100011 | 1011110 | 1010111 |
Color Harmonies of #C1FDEC
Complementary color
Monochromatic Colors of #C1FDEC
Black with #C1FDEC
Text Example
Text Example
White with #C1FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDEC; }
p { color: rgb(193,253,236); }
H1.HeaderClassName
{
color: #C1FDEC;
}
.AnyTagClassName
{
color: #C1FDEC;
}
</style>
background-color css
<style>
a { background-color: #C1FDEC; }
a { background-color: rgb(193,253,236); }
div.DivClassName
{
background-color: #C1FDEC;
}
.BgClassName
{
background-color: #C1FDEC;
}
</style>
border-color css
<style>
span { border-color: #C1FDEC; }
span { border-color: rgb(193,253,236); }
td.TdClassName
{
border-color: #C1FDEC;
}
.TagClassName
{
border-color: #C1FDEC;
}
</style>