Shades of Humming Bird #C1F4E8
Tints of Humming Bird #C1F4E8
RGB
CMYK
RGB Variations
Color information
#C1F4E8 (or 0xC1F4E8) is known color: Humming Bird. HEX triplet: C1, F4 and E8. RGB value is (193,244,232). Sum of RGB (Red+Green+Blue) = 193+244+232=669 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.85% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F4E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F4E8 is #3E0B17. Grayscale: #E3E3E3. Windows color (decimal): -4066072 or 15267009. OLE color: 15267009.
HSL color Cylindrical-coordinate representation of color #C1F4E8: hue angle of 165.88º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F4E8 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 232 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.04 |
| HSL | 165.88º | 0.7% | 0.86% | - |
| HSV(B) | 165.88º | 0.21% | 0.96% | - |
| XYZ | 68.91 | 81.87 | 88.51 | - |
| YUV | 227.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 232 | 0.21 | 0 | 0.05 | 0.04 | 165.88 | 0.7 | 0.86 |
| Hex | C1 | F4 | E8 | 15 | 0 | 5 | 4 | A6 | 46 | 56 |
| Octal | 301 | 364 | 350 | 25 | 0 | 5 | 4 | 246 | 106 | 126 |
| Binary | 11000001 | 11110100 | 11101000 | 10101 | 0 | 101 | 100 | 10100110 | 1000110 | 1010110 |
Color Harmonies of #C1F4E8
Complementary color
Monochromatic Colors of #C1F4E8
Black with #C1F4E8
Text Example
Text Example
White with #C1F4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F4E8; }
p { color: rgb(193,244,232); }
H1.HeaderClassName
{
color: #C1F4E8;
}
.AnyTagClassName
{
color: #C1F4E8;
}
</style>
background-color css
<style>
a { background-color: #C1F4E8; }
a { background-color: rgb(193,244,232); }
div.DivClassName
{
background-color: #C1F4E8;
}
.BgClassName
{
background-color: #C1F4E8;
}
</style>
border-color css
<style>
span { border-color: #C1F4E8; }
span { border-color: rgb(193,244,232); }
td.TdClassName
{
border-color: #C1F4E8;
}
.TagClassName
{
border-color: #C1F4E8;
}
</style>