Shades of Humming Bird #C8FDF2
Tints of Humming Bird #C8FDF2
RGB
CMYK
RGB Variations
Color information
#C8FDF2 (or 0xC8FDF2) is known color: Humming Bird. HEX triplet: C8, FD and F2. RGB value is (200,253,242). Sum of RGB (Red+Green+Blue) = 200+253+242=695 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.78% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDF2 is #37020D. Grayscale: #EBEBEB. Windows color (decimal): -3605006 or 15924680. OLE color: 15924680.
HSL color Cylindrical-coordinate representation of color #C8FDF2: hue angle of 167.55º 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 #C8FDF2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 242 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.01 |
| HSL | 167.55º | 0.93% | 0.89% | - |
| HSV(B) | 167.55º | 0.21% | 0.99% | - |
| XYZ | 74.97 | 88.94 | 97.22 | - |
| YUV | 235.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 242 | 0.21 | 0 | 0.04 | 0.01 | 167.55 | 0.93 | 0.89 |
| Hex | C8 | FD | F2 | 15 | 0 | 4 | 1 | A8 | 5D | 59 |
| Octal | 310 | 375 | 362 | 25 | 0 | 4 | 1 | 250 | 135 | 131 |
| Binary | 11001000 | 11111101 | 11110010 | 10101 | 0 | 100 | 1 | 10101000 | 1011101 | 1011001 |
Color Harmonies of #C8FDF2
Complementary color
Monochromatic Colors of #C8FDF2
Black with #C8FDF2
Text Example
Text Example
White with #C8FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDF2; }
p { color: rgb(200,253,242); }
H1.HeaderClassName
{
color: #C8FDF2;
}
.AnyTagClassName
{
color: #C8FDF2;
}
</style>
background-color css
<style>
a { background-color: #C8FDF2; }
a { background-color: rgb(200,253,242); }
div.DivClassName
{
background-color: #C8FDF2;
}
.BgClassName
{
background-color: #C8FDF2;
}
</style>
border-color css
<style>
span { border-color: #C8FDF2; }
span { border-color: rgb(200,253,242); }
td.TdClassName
{
border-color: #C8FDF2;
}
.TagClassName
{
border-color: #C8FDF2;
}
</style>