Shades of Humming Bird #C8FFF5
Tints of Humming Bird #C8FFF5
RGB
CMYK
RGB Variations
Color information
#C8FFF5 (or 0xC8FFF5) is known color: Humming Bird. HEX triplet: C8, FF and F5. RGB value is (200,255,245). Sum of RGB (Red+Green+Blue) = 200+255+245=700 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.57% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFF5 is #37000A. Grayscale: #EDEDED. Windows color (decimal): -3604491 or 16121800. OLE color: 16121800.
HSL color Cylindrical-coordinate representation of color #C8FFF5: hue angle of 169.09º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFF5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 245 | - |
| CMYK | 0.22 | 0 | 0.04 | 0 |
| HSL | 169.09º | 1% | 0.89% | - |
| HSV(B) | 169.09º | 0.22% | 1% | - |
| XYZ | 76.06 | 90.39 | 99.82 | - |
| YUV | 237.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 245 | 0.22 | 0 | 0.04 | 0 | 169.09 | 1 | 0.89 |
| Hex | C8 | FF | F5 | 16 | 0 | 4 | 0 | A9 | 64 | 59 |
| Octal | 310 | 377 | 365 | 26 | 0 | 4 | 0 | 251 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11110101 | 10110 | 0 | 100 | 0 | 10101001 | 1100100 | 1011001 |
Color Harmonies of #C8FFF5
Complementary color
Monochromatic Colors of #C8FFF5
Black with #C8FFF5
Text Example
Text Example
White with #C8FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFF5; }
p { color: rgb(200,255,245); }
H1.HeaderClassName
{
color: #C8FFF5;
}
.AnyTagClassName
{
color: #C8FFF5;
}
</style>
background-color css
<style>
a { background-color: #C8FFF5; }
a { background-color: rgb(200,255,245); }
div.DivClassName
{
background-color: #C8FFF5;
}
.BgClassName
{
background-color: #C8FFF5;
}
</style>
border-color css
<style>
span { border-color: #C8FFF5; }
span { border-color: rgb(200,255,245); }
td.TdClassName
{
border-color: #C8FFF5;
}
.TagClassName
{
border-color: #C8FFF5;
}
</style>