Shades of Humming Bird #C5FFF2
Tints of Humming Bird #C5FFF2
RGB
CMYK
RGB Variations
Color information
#C5FFF2 (or 0xC5FFF2) is known color: Humming Bird. HEX triplet: C5, FF and F2. RGB value is (197,255,242). Sum of RGB (Red+Green+Blue) = 197+255+242=694 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.39% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF2 is #3A000D. Grayscale: #ECECEC. Windows color (decimal): -3801102 or 15925189. OLE color: 15925189.
HSL color Cylindrical-coordinate representation of color #C5FFF2: hue angle of 166.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFF2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 242 | - |
| CMYK | 0.23 | 0 | 0.05 | 0 |
| HSL | 166.55º | 1% | 0.89% | - |
| HSV(B) | 166.55º | 0.23% | 1% | - |
| XYZ | 74.81 | 89.8 | 97.39 | - |
| YUV | 236.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 242 | 0.23 | 0 | 0.05 | 0 | 166.55 | 1 | 0.89 |
| Hex | C5 | FF | F2 | 17 | 0 | 5 | 0 | A7 | 64 | 59 |
| Octal | 305 | 377 | 362 | 27 | 0 | 5 | 0 | 247 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11110010 | 10111 | 0 | 101 | 0 | 10100111 | 1100100 | 1011001 |
Color Harmonies of #C5FFF2
Complementary color
Monochromatic Colors of #C5FFF2
Black with #C5FFF2
Text Example
Text Example
White with #C5FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFF2; }
p { color: rgb(197,255,242); }
H1.HeaderClassName
{
color: #C5FFF2;
}
.AnyTagClassName
{
color: #C5FFF2;
}
</style>
background-color css
<style>
a { background-color: #C5FFF2; }
a { background-color: rgb(197,255,242); }
div.DivClassName
{
background-color: #C5FFF2;
}
.BgClassName
{
background-color: #C5FFF2;
}
</style>
border-color css
<style>
span { border-color: #C5FFF2; }
span { border-color: rgb(197,255,242); }
td.TdClassName
{
border-color: #C5FFF2;
}
.TagClassName
{
border-color: #C5FFF2;
}
</style>