Shades of Humming Bird #C1F7E6
Tints of Humming Bird #C1F7E6
RGB
CMYK
RGB Variations
Color information
#C1F7E6 (or 0xC1F7E6) is known color: Humming Bird. HEX triplet: C1, F7 and E6. RGB value is (193,247,230). Sum of RGB (Red+Green+Blue) = 193+247+230=670 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.81% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F7E6 is #3E0819. Grayscale: #E4E4E4. Windows color (decimal): -4065306 or 15136705. OLE color: 15136705.
HSL color Cylindrical-coordinate representation of color #C1F7E6: hue angle of 161.11º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1F7E6 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 230 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.03 |
| HSL | 161.11º | 0.77% | 0.86% | - |
| HSV(B) | 161.11º | 0.22% | 0.97% | - |
| XYZ | 69.54 | 83.57 | 87.33 | - |
| YUV | 228.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 230 | 0.22 | 0 | 0.07 | 0.03 | 161.11 | 0.77 | 0.86 |
| Hex | C1 | F7 | E6 | 16 | 0 | 7 | 3 | A1 | 4D | 56 |
| Octal | 301 | 367 | 346 | 26 | 0 | 7 | 3 | 241 | 115 | 126 |
| Binary | 11000001 | 11110111 | 11100110 | 10110 | 0 | 111 | 11 | 10100001 | 1001101 | 1010110 |
Color Harmonies of #C1F7E6
Complementary color
Monochromatic Colors of #C1F7E6
Black with #C1F7E6
Text Example
Text Example
White with #C1F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F7E6; }
p { color: rgb(193,247,230); }
H1.HeaderClassName
{
color: #C1F7E6;
}
.AnyTagClassName
{
color: #C1F7E6;
}
</style>
background-color css
<style>
a { background-color: #C1F7E6; }
a { background-color: rgb(193,247,230); }
div.DivClassName
{
background-color: #C1F7E6;
}
.BgClassName
{
background-color: #C1F7E6;
}
</style>
border-color css
<style>
span { border-color: #C1F7E6; }
span { border-color: rgb(193,247,230); }
td.TdClassName
{
border-color: #C1F7E6;
}
.TagClassName
{
border-color: #C1F7E6;
}
</style>