Shades of Humming Bird #C5FCED
Tints of Humming Bird #C5FCED
RGB
CMYK
RGB Variations
Color information
#C5FCED (or 0xC5FCED) is known color: Humming Bird. HEX triplet: C5, FC and ED. RGB value is (197,252,237). Sum of RGB (Red+Green+Blue) = 197+252+237=686 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.72% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCED is #3A0312. Grayscale: #E9E9E9. Windows color (decimal): -3801875 or 15596741. OLE color: 15596741.
HSL color Cylindrical-coordinate representation of color #C5FCED: hue angle of 163.64º 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 #C5FCED is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 252 | 237 | - |
CMYK | 0.22 | 0 | 0.06 | 0.01 |
HSL | 163.64º | 0.9% | 0.88% | - |
HSV(B) | 163.64º | 0.22% | 0.99% | - |
XYZ | 73.12 | 87.61 | 93.18 | - |
YUV | 233.85 | 129.78 | 101.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 252 | 237 | 0.22 | 0 | 0.06 | 0.01 | 163.64 | 0.9 | 0.88 |
Hex | C5 | FC | ED | 16 | 0 | 6 | 1 | A4 | 5A | 58 |
Octal | 305 | 374 | 355 | 26 | 0 | 6 | 1 | 244 | 132 | 130 |
Binary | 11000101 | 11111100 | 11101101 | 10110 | 0 | 110 | 1 | 10100100 | 1011010 | 1011000 |
Color Harmonies of #C5FCED
Complementary color
Monochromatic Colors of #C5FCED
Black with #C5FCED
Text Example
Text Example
White with #C5FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCED; }
p { color: rgb(197,252,237); }
H1.HeaderClassName
{
color: #C5FCED;
}
.AnyTagClassName
{
color: #C5FCED;
}
</style>
background-color css
<style>
a { background-color: #C5FCED; }
a { background-color: rgb(197,252,237); }
div.DivClassName
{
background-color: #C5FCED;
}
.BgClassName
{
background-color: #C5FCED;
}
</style>
border-color css
<style>
span { border-color: #C5FCED; }
span { border-color: rgb(197,252,237); }
td.TdClassName
{
border-color: #C5FCED;
}
.TagClassName
{
border-color: #C5FCED;
}
</style>