Shades of Humming Bird #C5F9E6
Tints of Humming Bird #C5F9E6
RGB
CMYK
RGB Variations
Color information
#C5F9E6 (or 0xC5F9E6) is known color: Humming Bird. HEX triplet: C5, F9 and E6. RGB value is (197,249,230). Sum of RGB (Red+Green+Blue) = 197+249+230=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F9E6 is #3A0619. Grayscale: #E7E7E7. Windows color (decimal): -3802650 or 15137221. OLE color: 15137221.
HSL color Cylindrical-coordinate representation of color #C5F9E6: hue angle of 158.08º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5F9E6 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 230 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.02 |
| HSL | 158.08º | 0.81% | 0.87% | - |
| HSV(B) | 158.08º | 0.21% | 0.98% | - |
| XYZ | 71.18 | 85.33 | 87.58 | - |
| YUV | 231.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 230 | 0.21 | 0 | 0.08 | 0.02 | 158.08 | 0.81 | 0.87 |
| Hex | C5 | F9 | E6 | 15 | 0 | 8 | 2 | 9E | 51 | 57 |
| Octal | 305 | 371 | 346 | 25 | 0 | 10 | 2 | 236 | 121 | 127 |
| Binary | 11000101 | 11111001 | 11100110 | 10101 | 0 | 1000 | 10 | 10011110 | 1010001 | 1010111 |
Color Harmonies of #C5F9E6
Complementary color
Monochromatic Colors of #C5F9E6
Black with #C5F9E6
Text Example
Text Example
White with #C5F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F9E6; }
p { color: rgb(197,249,230); }
H1.HeaderClassName
{
color: #C5F9E6;
}
.AnyTagClassName
{
color: #C5F9E6;
}
</style>
background-color css
<style>
a { background-color: #C5F9E6; }
a { background-color: rgb(197,249,230); }
div.DivClassName
{
background-color: #C5F9E6;
}
.BgClassName
{
background-color: #C5F9E6;
}
</style>
border-color css
<style>
span { border-color: #C5F9E6; }
span { border-color: rgb(197,249,230); }
td.TdClassName
{
border-color: #C5F9E6;
}
.TagClassName
{
border-color: #C5F9E6;
}
</style>