Shades of Humming Bird #C1FFEE
Tints of Humming Bird #C1FFEE
RGB
CMYK
RGB Variations
Color information
#C1FFEE (or 0xC1FFEE) is known color: Humming Bird. HEX triplet: C1, FF and EE. RGB value is (193,255,238). Sum of RGB (Red+Green+Blue) = 193+255+238=686 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.13% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFEE is #3E0011. Grayscale: #EAEAEA. Windows color (decimal): -4063250 or 15663041. OLE color: 15663041.
HSL color Cylindrical-coordinate representation of color #C1FFEE: hue angle of 163.55º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFEE is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 238 | - |
| CMYK | 0.24 | 0 | 0.07 | 0 |
| HSL | 163.55º | 1% | 0.88% | - |
| HSV(B) | 163.55º | 0.24% | 1% | - |
| XYZ | 73.18 | 89.03 | 94.22 | - |
| YUV | 234.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 238 | 0.24 | 0 | 0.07 | 0 | 163.55 | 1 | 0.88 |
| Hex | C1 | FF | EE | 18 | 0 | 7 | 0 | A4 | 64 | 58 |
| Octal | 301 | 377 | 356 | 30 | 0 | 7 | 0 | 244 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11101110 | 11000 | 0 | 111 | 0 | 10100100 | 1100100 | 1011000 |
Color Harmonies of #C1FFEE
Complementary color
Monochromatic Colors of #C1FFEE
Black with #C1FFEE
Text Example
Text Example
White with #C1FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFEE; }
p { color: rgb(193,255,238); }
H1.HeaderClassName
{
color: #C1FFEE;
}
.AnyTagClassName
{
color: #C1FFEE;
}
</style>
background-color css
<style>
a { background-color: #C1FFEE; }
a { background-color: rgb(193,255,238); }
div.DivClassName
{
background-color: #C1FFEE;
}
.BgClassName
{
background-color: #C1FFEE;
}
</style>
border-color css
<style>
span { border-color: #C1FFEE; }
span { border-color: rgb(193,255,238); }
td.TdClassName
{
border-color: #C1FFEE;
}
.TagClassName
{
border-color: #C1FFEE;
}
</style>