Shades of Humming Bird #C8FFF2
Tints of Humming Bird #C8FFF2
RGB
CMYK
RGB Variations
Color information
#C8FFF2 (or 0xC8FFF2) is known color: Humming Bird. HEX triplet: C8, FF and F2. RGB value is (200,255,242). Sum of RGB (Red+Green+Blue) = 200+255+242=697 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.69% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFF2 is #37000D. Grayscale: #EDEDED. Windows color (decimal): -3604494 or 15925192. OLE color: 15925192.
HSL color Cylindrical-coordinate representation of color #C8FFF2: hue angle of 165.82º 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 #C8FFF2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 242 | - |
| CMYK | 0.22 | 0 | 0.05 | 0 |
| HSL | 165.82º | 1% | 0.89% | - |
| HSV(B) | 165.82º | 0.22% | 1% | - |
| XYZ | 75.61 | 90.21 | 97.43 | - |
| YUV | 237.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 242 | 0.22 | 0 | 0.05 | 0 | 165.82 | 1 | 0.89 |
| Hex | C8 | FF | F2 | 16 | 0 | 5 | 0 | A6 | 64 | 59 |
| Octal | 310 | 377 | 362 | 26 | 0 | 5 | 0 | 246 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11110010 | 10110 | 0 | 101 | 0 | 10100110 | 1100100 | 1011001 |
Color Harmonies of #C8FFF2
Complementary color
Monochromatic Colors of #C8FFF2
Black with #C8FFF2
Text Example
Text Example
White with #C8FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFF2; }
p { color: rgb(200,255,242); }
H1.HeaderClassName
{
color: #C8FFF2;
}
.AnyTagClassName
{
color: #C8FFF2;
}
</style>
background-color css
<style>
a { background-color: #C8FFF2; }
a { background-color: rgb(200,255,242); }
div.DivClassName
{
background-color: #C8FFF2;
}
.BgClassName
{
background-color: #C8FFF2;
}
</style>
border-color css
<style>
span { border-color: #C8FFF2; }
span { border-color: rgb(200,255,242); }
td.TdClassName
{
border-color: #C8FFF2;
}
.TagClassName
{
border-color: #C8FFF2;
}
</style>