Shades of Humming Bird #C1FBEF
Tints of Humming Bird #C1FBEF
RGB
CMYK
RGB Variations
Color information
#C1FBEF (or 0xC1FBEF) is known color: Humming Bird. HEX triplet: C1, FB and EF. RGB value is (193,251,239). Sum of RGB (Red+Green+Blue) = 193+251+239=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBEF is #3E0410. Grayscale: #E8E8E8. Windows color (decimal): -4064273 or 15727553. OLE color: 15727553.
HSL color Cylindrical-coordinate representation of color #C1FBEF: hue angle of 167.59º 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 #C1FBEF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 239 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.02 |
| HSL | 167.59º | 0.88% | 0.87% | - |
| HSV(B) | 167.59º | 0.23% | 0.98% | - |
| XYZ | 72.07 | 86.56 | 94.57 | - |
| YUV | 232.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 239 | 0.23 | 0 | 0.05 | 0.02 | 167.59 | 0.88 | 0.87 |
| Hex | C1 | FB | EF | 17 | 0 | 5 | 2 | A8 | 58 | 57 |
| Octal | 301 | 373 | 357 | 27 | 0 | 5 | 2 | 250 | 130 | 127 |
| Binary | 11000001 | 11111011 | 11101111 | 10111 | 0 | 101 | 10 | 10101000 | 1011000 | 1010111 |
Color Harmonies of #C1FBEF
Complementary color
Monochromatic Colors of #C1FBEF
Black with #C1FBEF
Text Example
Text Example
White with #C1FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBEF; }
p { color: rgb(193,251,239); }
H1.HeaderClassName
{
color: #C1FBEF;
}
.AnyTagClassName
{
color: #C1FBEF;
}
</style>
background-color css
<style>
a { background-color: #C1FBEF; }
a { background-color: rgb(193,251,239); }
div.DivClassName
{
background-color: #C1FBEF;
}
.BgClassName
{
background-color: #C1FBEF;
}
</style>
border-color css
<style>
span { border-color: #C1FBEF; }
span { border-color: rgb(193,251,239); }
td.TdClassName
{
border-color: #C1FBEF;
}
.TagClassName
{
border-color: #C1FBEF;
}
</style>