Shades of Humming Bird #C8FDF1
Tints of Humming Bird #C8FDF1
RGB
CMYK
RGB Variations
Color information
#C8FDF1 (or 0xC8FDF1) is known color: Humming Bird. HEX triplet: C8, FD and F1. RGB value is (200,253,241). Sum of RGB (Red+Green+Blue) = 200+253+241=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDF1 is #37020E. Grayscale: #EBEBEB. Windows color (decimal): -3605007 or 15859144. OLE color: 15859144.
HSL color Cylindrical-coordinate representation of color #C8FDF1: hue angle of 166.42º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDF1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 241 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.01 |
| HSL | 166.42º | 0.93% | 0.89% | - |
| HSV(B) | 166.42º | 0.21% | 0.99% | - |
| XYZ | 74.82 | 88.88 | 96.43 | - |
| YUV | 235.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 241 | 0.21 | 0 | 0.05 | 0.01 | 166.42 | 0.93 | 0.89 |
| Hex | C8 | FD | F1 | 15 | 0 | 5 | 1 | A6 | 5D | 59 |
| Octal | 310 | 375 | 361 | 25 | 0 | 5 | 1 | 246 | 135 | 131 |
| Binary | 11001000 | 11111101 | 11110001 | 10101 | 0 | 101 | 1 | 10100110 | 1011101 | 1011001 |
Color Harmonies of #C8FDF1
Complementary color
Monochromatic Colors of #C8FDF1
Black with #C8FDF1
Text Example
Text Example
White with #C8FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDF1; }
p { color: rgb(200,253,241); }
H1.HeaderClassName
{
color: #C8FDF1;
}
.AnyTagClassName
{
color: #C8FDF1;
}
</style>
background-color css
<style>
a { background-color: #C8FDF1; }
a { background-color: rgb(200,253,241); }
div.DivClassName
{
background-color: #C8FDF1;
}
.BgClassName
{
background-color: #C8FDF1;
}
</style>
border-color css
<style>
span { border-color: #C8FDF1; }
span { border-color: rgb(200,253,241); }
td.TdClassName
{
border-color: #C8FDF1;
}
.TagClassName
{
border-color: #C8FDF1;
}
</style>