Shades of Humming Bird #C4F8E7
Tints of Humming Bird #C4F8E7
RGB
CMYK
RGB Variations
Color information
#C4F8E7 (or 0xC4F8E7) is known color: Humming Bird. HEX triplet: C4, F8 and E7. RGB value is (196,248,231). Sum of RGB (Red+Green+Blue) = 196+248+231=675 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.04% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F8E7 is #3B0718. Grayscale: #E6E6E6. Windows color (decimal): -3868441 or 15202500. OLE color: 15202500.
HSL color Cylindrical-coordinate representation of color #C4F8E7: hue angle of 160.38º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4F8E7 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 248 | 231 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.03 |
| HSL | 160.38º | 0.79% | 0.87% | - |
| HSV(B) | 160.38º | 0.21% | 0.97% | - |
| XYZ | 70.76 | 84.64 | 88.21 | - |
| YUV | 230.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 248 | 231 | 0.21 | 0 | 0.07 | 0.03 | 160.38 | 0.79 | 0.87 |
| Hex | C4 | F8 | E7 | 15 | 0 | 7 | 3 | A0 | 4F | 57 |
| Octal | 304 | 370 | 347 | 25 | 0 | 7 | 3 | 240 | 117 | 127 |
| Binary | 11000100 | 11111000 | 11100111 | 10101 | 0 | 111 | 11 | 10100000 | 1001111 | 1010111 |
Color Harmonies of #C4F8E7
Complementary color
Monochromatic Colors of #C4F8E7
Black with #C4F8E7
Text Example
Text Example
White with #C4F8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F8E7; }
p { color: rgb(196,248,231); }
H1.HeaderClassName
{
color: #C4F8E7;
}
.AnyTagClassName
{
color: #C4F8E7;
}
</style>
background-color css
<style>
a { background-color: #C4F8E7; }
a { background-color: rgb(196,248,231); }
div.DivClassName
{
background-color: #C4F8E7;
}
.BgClassName
{
background-color: #C4F8E7;
}
</style>
border-color css
<style>
span { border-color: #C4F8E7; }
span { border-color: rgb(196,248,231); }
td.TdClassName
{
border-color: #C4F8E7;
}
.TagClassName
{
border-color: #C4F8E7;
}
</style>