Shades of Humming Bird #C8FFF1
Tints of Humming Bird #C8FFF1
RGB
CMYK
RGB Variations
Color information
#C8FFF1 (or 0xC8FFF1) is known color: Humming Bird. HEX triplet: C8, FF and F1. RGB value is (200,255,241). Sum of RGB (Red+Green+Blue) = 200+255+241=696 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.74% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFF1 is #37000E. Grayscale: #ECECEC. Windows color (decimal): -3604495 or 15859656. OLE color: 15859656.
HSL color Cylindrical-coordinate representation of color #C8FFF1: hue angle of 164.73º 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 #C8FFF1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 241 | - |
| CMYK | 0.22 | 0 | 0.05 | 0 |
| HSL | 164.73º | 1% | 0.89% | - |
| HSV(B) | 164.73º | 0.22% | 1% | - |
| XYZ | 75.46 | 90.15 | 96.64 | - |
| YUV | 236.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 241 | 0.22 | 0 | 0.05 | 0 | 164.73 | 1 | 0.89 |
| Hex | C8 | FF | F1 | 16 | 0 | 5 | 0 | A5 | 64 | 59 |
| Octal | 310 | 377 | 361 | 26 | 0 | 5 | 0 | 245 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11110001 | 10110 | 0 | 101 | 0 | 10100101 | 1100100 | 1011001 |
Color Harmonies of #C8FFF1
Complementary color
Monochromatic Colors of #C8FFF1
Black with #C8FFF1
Text Example
Text Example
White with #C8FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFF1; }
p { color: rgb(200,255,241); }
H1.HeaderClassName
{
color: #C8FFF1;
}
.AnyTagClassName
{
color: #C8FFF1;
}
</style>
background-color css
<style>
a { background-color: #C8FFF1; }
a { background-color: rgb(200,255,241); }
div.DivClassName
{
background-color: #C8FFF1;
}
.BgClassName
{
background-color: #C8FFF1;
}
</style>
border-color css
<style>
span { border-color: #C8FFF1; }
span { border-color: rgb(200,255,241); }
td.TdClassName
{
border-color: #C8FFF1;
}
.TagClassName
{
border-color: #C8FFF1;
}
</style>