Shades of Humming Bird #C5FAF0
Tints of Humming Bird #C5FAF0
RGB
CMYK
RGB Variations
Color information
#C5FAF0 (or 0xC5FAF0) is known color: Humming Bird. HEX triplet: C5, FA and F0. RGB value is (197,250,240). Sum of RGB (Red+Green+Blue) = 197+250+240=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF0 is #3A050F. Grayscale: #E9E9E9. Windows color (decimal): -3802384 or 15792837. OLE color: 15792837.
HSL color Cylindrical-coordinate representation of color #C5FAF0: hue angle of 168.68º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAF0 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 197 | 250 | 240 | - |
CMYK | 0.21 | 0 | 0.04 | 0.02 |
HSL | 168.68º | 0.84% | 0.88% | - |
HSV(B) | 168.68º | 0.21% | 0.98% | - |
XYZ | 72.94 | 86.53 | 95.3 | - |
YUV | 233.01 | 131.94 | 102.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 250 | 240 | 0.21 | 0 | 0.04 | 0.02 | 168.68 | 0.84 | 0.88 |
Hex | C5 | FA | F0 | 15 | 0 | 4 | 2 | A9 | 54 | 58 |
Octal | 305 | 372 | 360 | 25 | 0 | 4 | 2 | 251 | 124 | 130 |
Binary | 11000101 | 11111010 | 11110000 | 10101 | 0 | 100 | 10 | 10101001 | 1010100 | 1011000 |
Color Harmonies of #C5FAF0
Complementary color
Monochromatic Colors of #C5FAF0
Black with #C5FAF0
Text Example
Text Example
White with #C5FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAF0; }
p { color: rgb(197,250,240); }
H1.HeaderClassName
{
color: #C5FAF0;
}
.AnyTagClassName
{
color: #C5FAF0;
}
</style>
background-color css
<style>
a { background-color: #C5FAF0; }
a { background-color: rgb(197,250,240); }
div.DivClassName
{
background-color: #C5FAF0;
}
.BgClassName
{
background-color: #C5FAF0;
}
</style>
border-color css
<style>
span { border-color: #C5FAF0; }
span { border-color: rgb(197,250,240); }
td.TdClassName
{
border-color: #C5FAF0;
}
.TagClassName
{
border-color: #C5FAF0;
}
</style>