Shades of Humming Bird #C5FDF3
Tints of Humming Bird #C5FDF3
RGB
CMYK
RGB Variations
Color information
#C5FDF3 (or 0xC5FDF3) is known color: Humming Bird. HEX triplet: C5, FD and F3. RGB value is (197,253,243). Sum of RGB (Red+Green+Blue) = 197+253+243=693 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.43% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDF3 is #3A020C. Grayscale: #EBEBEB. Windows color (decimal): -3801613 or 15990213. OLE color: 15990213.
HSL color Cylindrical-coordinate representation of color #C5FDF3: hue angle of 169.29º 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 #C5FDF3 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 243 | - |
CMYK | 0.22 | 0 | 0.04 | 0.01 |
HSL | 169.29º | 0.93% | 0.88% | - |
HSV(B) | 169.29º | 0.22% | 0.99% | - |
XYZ | 74.33 | 88.59 | 97.98 | - |
YUV | 235.12 | 132.45 | 100.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 243 | 0.22 | 0 | 0.04 | 0.01 | 169.29 | 0.93 | 0.88 |
Hex | C5 | FD | F3 | 16 | 0 | 4 | 1 | A9 | 5D | 58 |
Octal | 305 | 375 | 363 | 26 | 0 | 4 | 1 | 251 | 135 | 130 |
Binary | 11000101 | 11111101 | 11110011 | 10110 | 0 | 100 | 1 | 10101001 | 1011101 | 1011000 |
Color Harmonies of #C5FDF3
Complementary color
Monochromatic Colors of #C5FDF3
Black with #C5FDF3
Text Example
Text Example
White with #C5FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDF3; }
p { color: rgb(197,253,243); }
H1.HeaderClassName
{
color: #C5FDF3;
}
.AnyTagClassName
{
color: #C5FDF3;
}
</style>
background-color css
<style>
a { background-color: #C5FDF3; }
a { background-color: rgb(197,253,243); }
div.DivClassName
{
background-color: #C5FDF3;
}
.BgClassName
{
background-color: #C5FDF3;
}
</style>
border-color css
<style>
span { border-color: #C5FDF3; }
span { border-color: rgb(197,253,243); }
td.TdClassName
{
border-color: #C5FDF3;
}
.TagClassName
{
border-color: #C5FDF3;
}
</style>