Shades of Humming Bird #C5FCE7
Tints of Humming Bird #C5FCE7
RGB
CMYK
RGB Variations
Color information
#C5FCE7 (or 0xC5FCE7) is known color: Humming Bird. HEX triplet: C5, FC and E7. RGB value is (197,252,231). Sum of RGB (Red+Green+Blue) = 197+252+231=680 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.97% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCE7 is #3A0318. Grayscale: #E9E9E9. Windows color (decimal): -3801881 or 15203525. OLE color: 15203525.
HSL color Cylindrical-coordinate representation of color #C5FCE7: hue angle of 157.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCE7 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 252 | 231 | - |
CMYK | 0.22 | 0 | 0.08 | 0.01 |
HSL | 157.09º | 0.9% | 0.88% | - |
HSV(B) | 157.09º | 0.22% | 0.99% | - |
XYZ | 72.26 | 87.26 | 88.64 | - |
YUV | 233.16 | 126.78 | 102.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 252 | 231 | 0.22 | 0 | 0.08 | 0.01 | 157.09 | 0.9 | 0.88 |
Hex | C5 | FC | E7 | 16 | 0 | 8 | 1 | 9D | 5A | 58 |
Octal | 305 | 374 | 347 | 26 | 0 | 10 | 1 | 235 | 132 | 130 |
Binary | 11000101 | 11111100 | 11100111 | 10110 | 0 | 1000 | 1 | 10011101 | 1011010 | 1011000 |
Color Harmonies of #C5FCE7
Complementary color
Monochromatic Colors of #C5FCE7
Black with #C5FCE7
Text Example
Text Example
White with #C5FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCE7; }
p { color: rgb(197,252,231); }
H1.HeaderClassName
{
color: #C5FCE7;
}
.AnyTagClassName
{
color: #C5FCE7;
}
</style>
background-color css
<style>
a { background-color: #C5FCE7; }
a { background-color: rgb(197,252,231); }
div.DivClassName
{
background-color: #C5FCE7;
}
.BgClassName
{
background-color: #C5FCE7;
}
</style>
border-color css
<style>
span { border-color: #C5FCE7; }
span { border-color: rgb(197,252,231); }
td.TdClassName
{
border-color: #C5FCE7;
}
.TagClassName
{
border-color: #C5FCE7;
}
</style>