Shades of Humming Bird #C1FBED
Tints of Humming Bird #C1FBED
RGB
CMYK
RGB Variations
Color information
#C1FBED (or 0xC1FBED) is known color: Humming Bird. HEX triplet: C1, FB and ED. RGB value is (193,251,237). Sum of RGB (Red+Green+Blue) = 193+251+237=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBED is #3E0412. Grayscale: #E8E8E8. Windows color (decimal): -4064275 or 15596481. OLE color: 15596481.
HSL color Cylindrical-coordinate representation of color #C1FBED: hue angle of 165.52º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FBED is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 237 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.02 |
| HSL | 165.52º | 0.88% | 0.87% | - |
| HSV(B) | 165.52º | 0.23% | 0.98% | - |
| XYZ | 71.78 | 86.45 | 93.02 | - |
| YUV | 232.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 237 | 0.23 | 0 | 0.06 | 0.02 | 165.52 | 0.88 | 0.87 |
| Hex | C1 | FB | ED | 17 | 0 | 6 | 2 | A6 | 58 | 57 |
| Octal | 301 | 373 | 355 | 27 | 0 | 6 | 2 | 246 | 130 | 127 |
| Binary | 11000001 | 11111011 | 11101101 | 10111 | 0 | 110 | 10 | 10100110 | 1011000 | 1010111 |
Color Harmonies of #C1FBED
Complementary color
Monochromatic Colors of #C1FBED
Black with #C1FBED
Text Example
Text Example
White with #C1FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBED; }
p { color: rgb(193,251,237); }
H1.HeaderClassName
{
color: #C1FBED;
}
.AnyTagClassName
{
color: #C1FBED;
}
</style>
background-color css
<style>
a { background-color: #C1FBED; }
a { background-color: rgb(193,251,237); }
div.DivClassName
{
background-color: #C1FBED;
}
.BgClassName
{
background-color: #C1FBED;
}
</style>
border-color css
<style>
span { border-color: #C1FBED; }
span { border-color: rgb(193,251,237); }
td.TdClassName
{
border-color: #C1FBED;
}
.TagClassName
{
border-color: #C1FBED;
}
</style>