Shades of Humming Bird #C8FFF0
Tints of Humming Bird #C8FFF0
RGB
CMYK
RGB Variations
Color information
#C8FFF0 (or 0xC8FFF0) is known color: Humming Bird. HEX triplet: C8, FF and F0. RGB value is (200,255,240). Sum of RGB (Red+Green+Blue) = 200+255+240=695 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.78% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFF0 is #37000F. Grayscale: #ECECEC. Windows color (decimal): -3604496 or 15794120. OLE color: 15794120.
HSL color Cylindrical-coordinate representation of color #C8FFF0: hue angle of 163.64º 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 #C8FFF0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 240 | - |
| CMYK | 0.22 | 0 | 0.06 | 0 |
| HSL | 163.64º | 1% | 0.89% | - |
| HSV(B) | 163.64º | 0.22% | 1% | - |
| XYZ | 75.31 | 90.09 | 95.86 | - |
| YUV | 236.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 240 | 0.22 | 0 | 0.06 | 0 | 163.64 | 1 | 0.89 |
| Hex | C8 | FF | F0 | 16 | 0 | 6 | 0 | A4 | 64 | 59 |
| Octal | 310 | 377 | 360 | 26 | 0 | 6 | 0 | 244 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11110000 | 10110 | 0 | 110 | 0 | 10100100 | 1100100 | 1011001 |
Color Harmonies of #C8FFF0
Complementary color
Monochromatic Colors of #C8FFF0
Black with #C8FFF0
Text Example
Text Example
White with #C8FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFF0; }
p { color: rgb(200,255,240); }
H1.HeaderClassName
{
color: #C8FFF0;
}
.AnyTagClassName
{
color: #C8FFF0;
}
</style>
background-color css
<style>
a { background-color: #C8FFF0; }
a { background-color: rgb(200,255,240); }
div.DivClassName
{
background-color: #C8FFF0;
}
.BgClassName
{
background-color: #C8FFF0;
}
</style>
border-color css
<style>
span { border-color: #C8FFF0; }
span { border-color: rgb(200,255,240); }
td.TdClassName
{
border-color: #C8FFF0;
}
.TagClassName
{
border-color: #C8FFF0;
}
</style>