Shades of Humming Bird #C5F8E3
Tints of Humming Bird #C5F8E3
RGB
CMYK
RGB Variations
Color information
#C5F8E3 (or 0xC5F8E3) is known color: Humming Bird. HEX triplet: C5, F8 and E3. RGB value is (197,248,227). Sum of RGB (Red+Green+Blue) = 197+248+227=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8E3 is #3A071C. Grayscale: #E6E6E6. Windows color (decimal): -3802909 or 14940357. OLE color: 14940357.
HSL color Cylindrical-coordinate representation of color #C5F8E3: hue angle of 155.29º degrees, saturation: 0.78, 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 #C5F8E3 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 227 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.03 |
| HSL | 155.29º | 0.78% | 0.87% | - |
| HSV(B) | 155.29º | 0.21% | 0.97% | - |
| XYZ | 70.46 | 84.55 | 85.28 | - |
| YUV | 230.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 227 | 0.21 | 0 | 0.08 | 0.03 | 155.29 | 0.78 | 0.87 |
| Hex | C5 | F8 | E3 | 15 | 0 | 8 | 3 | 9B | 4E | 57 |
| Octal | 305 | 370 | 343 | 25 | 0 | 10 | 3 | 233 | 116 | 127 |
| Binary | 11000101 | 11111000 | 11100011 | 10101 | 0 | 1000 | 11 | 10011011 | 1001110 | 1010111 |
Color Harmonies of #C5F8E3
Complementary color
Monochromatic Colors of #C5F8E3
Black with #C5F8E3
Text Example
Text Example
White with #C5F8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8E3; }
p { color: rgb(197,248,227); }
H1.HeaderClassName
{
color: #C5F8E3;
}
.AnyTagClassName
{
color: #C5F8E3;
}
</style>
background-color css
<style>
a { background-color: #C5F8E3; }
a { background-color: rgb(197,248,227); }
div.DivClassName
{
background-color: #C5F8E3;
}
.BgClassName
{
background-color: #C5F8E3;
}
</style>
border-color css
<style>
span { border-color: #C5F8E3; }
span { border-color: rgb(197,248,227); }
td.TdClassName
{
border-color: #C5F8E3;
}
.TagClassName
{
border-color: #C5F8E3;
}
</style>