Shades of Humming Bird #C1FDED
Tints of Humming Bird #C1FDED
RGB
CMYK
RGB Variations
Color information
#C1FDED (or 0xC1FDED) is known color: Humming Bird. HEX triplet: C1, FD and ED. RGB value is (193,253,237). Sum of RGB (Red+Green+Blue) = 193+253+237=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDED is #3E0212. Grayscale: #E9E9E9. Windows color (decimal): -4063763 or 15596993. OLE color: 15596993.
HSL color Cylindrical-coordinate representation of color #C1FDED: hue angle of 164º 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 #C1FDED is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 253 | 237 | - |
CMYK | 0.24 | 0 | 0.06 | 0.01 |
HSL | 164º | 0.94% | 0.87% | - |
HSV(B) | 164º | 0.24% | 0.99% | - |
XYZ | 72.4 | 87.7 | 93.23 | - |
YUV | 233.24 | 130.12 | 99.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 253 | 237 | 0.24 | 0 | 0.06 | 0.01 | 164 | 0.94 | 0.87 |
Hex | C1 | FD | ED | 18 | 0 | 6 | 1 | A4 | 5E | 57 |
Octal | 301 | 375 | 355 | 30 | 0 | 6 | 1 | 244 | 136 | 127 |
Binary | 11000001 | 11111101 | 11101101 | 11000 | 0 | 110 | 1 | 10100100 | 1011110 | 1010111 |
Color Harmonies of #C1FDED
Complementary color
Monochromatic Colors of #C1FDED
Black with #C1FDED
Text Example
Text Example
White with #C1FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDED; }
p { color: rgb(193,253,237); }
H1.HeaderClassName
{
color: #C1FDED;
}
.AnyTagClassName
{
color: #C1FDED;
}
</style>
background-color css
<style>
a { background-color: #C1FDED; }
a { background-color: rgb(193,253,237); }
div.DivClassName
{
background-color: #C1FDED;
}
.BgClassName
{
background-color: #C1FDED;
}
</style>
border-color css
<style>
span { border-color: #C1FDED; }
span { border-color: rgb(193,253,237); }
td.TdClassName
{
border-color: #C1FDED;
}
.TagClassName
{
border-color: #C1FDED;
}
</style>