Shades of Humming Bird #C5FDED
Tints of Humming Bird #C5FDED
RGB
CMYK
RGB Variations
Color information
#C5FDED (or 0xC5FDED) is known color: Humming Bird. HEX triplet: C5, FD and ED. RGB value is (197,253,237). Sum of RGB (Red+Green+Blue) = 197+253+237=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDED is #3A0212. Grayscale: #EAEAEA. Windows color (decimal): -3801619 or 15596997. OLE color: 15596997.
HSL color Cylindrical-coordinate representation of color #C5FDED: hue angle of 162.86º degrees, saturation: 0.93, 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 #C5FDED is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 237 | - |
CMYK | 0.22 | 0 | 0.06 | 0.01 |
HSL | 162.86º | 0.93% | 0.88% | - |
HSV(B) | 162.86º | 0.22% | 0.99% | - |
XYZ | 73.44 | 88.24 | 93.28 | - |
YUV | 234.43 | 129.45 | 101.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 237 | 0.22 | 0 | 0.06 | 0.01 | 162.86 | 0.93 | 0.88 |
Hex | C5 | FD | ED | 16 | 0 | 6 | 1 | A3 | 5D | 58 |
Octal | 305 | 375 | 355 | 26 | 0 | 6 | 1 | 243 | 135 | 130 |
Binary | 11000101 | 11111101 | 11101101 | 10110 | 0 | 110 | 1 | 10100011 | 1011101 | 1011000 |
Color Harmonies of #C5FDED
Complementary color
Monochromatic Colors of #C5FDED
Black with #C5FDED
Text Example
Text Example
White with #C5FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDED; }
p { color: rgb(197,253,237); }
H1.HeaderClassName
{
color: #C5FDED;
}
.AnyTagClassName
{
color: #C5FDED;
}
</style>
background-color css
<style>
a { background-color: #C5FDED; }
a { background-color: rgb(197,253,237); }
div.DivClassName
{
background-color: #C5FDED;
}
.BgClassName
{
background-color: #C5FDED;
}
</style>
border-color css
<style>
span { border-color: #C5FDED; }
span { border-color: rgb(197,253,237); }
td.TdClassName
{
border-color: #C5FDED;
}
.TagClassName
{
border-color: #C5FDED;
}
</style>