Shades of Humming Bird #C5FAEC
Tints of Humming Bird #C5FAEC
RGB
CMYK
RGB Variations
Color information
#C5FAEC (or 0xC5FAEC) is known color: Humming Bird. HEX triplet: C5, FA and EC. RGB value is (197,250,236). Sum of RGB (Red+Green+Blue) = 197+250+236=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAEC is #3A0513. Grayscale: #E8E8E8. Windows color (decimal): -3802388 or 15530693. OLE color: 15530693.
HSL color Cylindrical-coordinate representation of color #C5FAEC: hue angle of 164.15º 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 #C5FAEC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 197 | 250 | 236 | - |
CMYK | 0.21 | 0 | 0.06 | 0.02 |
HSL | 164.15º | 0.84% | 0.88% | - |
HSV(B) | 164.15º | 0.21% | 0.98% | - |
XYZ | 72.35 | 86.3 | 92.2 | - |
YUV | 232.56 | 129.94 | 102.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 250 | 236 | 0.21 | 0 | 0.06 | 0.02 | 164.15 | 0.84 | 0.88 |
Hex | C5 | FA | EC | 15 | 0 | 6 | 2 | A4 | 54 | 58 |
Octal | 305 | 372 | 354 | 25 | 0 | 6 | 2 | 244 | 124 | 130 |
Binary | 11000101 | 11111010 | 11101100 | 10101 | 0 | 110 | 10 | 10100100 | 1010100 | 1011000 |
Color Harmonies of #C5FAEC
Complementary color
Monochromatic Colors of #C5FAEC
Black with #C5FAEC
Text Example
Text Example
White with #C5FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAEC; }
p { color: rgb(197,250,236); }
H1.HeaderClassName
{
color: #C5FAEC;
}
.AnyTagClassName
{
color: #C5FAEC;
}
</style>
background-color css
<style>
a { background-color: #C5FAEC; }
a { background-color: rgb(197,250,236); }
div.DivClassName
{
background-color: #C5FAEC;
}
.BgClassName
{
background-color: #C5FAEC;
}
</style>
border-color css
<style>
span { border-color: #C5FAEC; }
span { border-color: rgb(197,250,236); }
td.TdClassName
{
border-color: #C5FAEC;
}
.TagClassName
{
border-color: #C5FAEC;
}
</style>