Shades of Humming Bird #C5FFF3
Tints of Humming Bird #C5FFF3
RGB
CMYK
RGB Variations
Color information
#C5FFF3 (or 0xC5FFF3) is known color: Humming Bird. HEX triplet: C5, FF and F3. RGB value is (197,255,243). Sum of RGB (Red+Green+Blue) = 197+255+243=695 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.35% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF3 is #3A000C. Grayscale: #ECECEC. Windows color (decimal): -3801101 or 15990725. OLE color: 15990725.
HSL color Cylindrical-coordinate representation of color #C5FFF3: hue angle of 167.59º 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 #C5FFF3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 243 | - |
| CMYK | 0.23 | 0 | 0.05 | 0 |
| HSL | 167.59º | 1% | 0.89% | - |
| HSV(B) | 167.59º | 0.23% | 1% | - |
| XYZ | 74.96 | 89.86 | 98.19 | - |
| YUV | 236.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 243 | 0.23 | 0 | 0.05 | 0 | 167.59 | 1 | 0.89 |
| Hex | C5 | FF | F3 | 17 | 0 | 5 | 0 | A8 | 64 | 59 |
| Octal | 305 | 377 | 363 | 27 | 0 | 5 | 0 | 250 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11110011 | 10111 | 0 | 101 | 0 | 10101000 | 1100100 | 1011001 |
Color Harmonies of #C5FFF3
Complementary color
Monochromatic Colors of #C5FFF3
Black with #C5FFF3
Text Example
Text Example
White with #C5FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFF3; }
p { color: rgb(197,255,243); }
H1.HeaderClassName
{
color: #C5FFF3;
}
.AnyTagClassName
{
color: #C5FFF3;
}
</style>
background-color css
<style>
a { background-color: #C5FFF3; }
a { background-color: rgb(197,255,243); }
div.DivClassName
{
background-color: #C5FFF3;
}
.BgClassName
{
background-color: #C5FFF3;
}
</style>
border-color css
<style>
span { border-color: #C5FFF3; }
span { border-color: rgb(197,255,243); }
td.TdClassName
{
border-color: #C5FFF3;
}
.TagClassName
{
border-color: #C5FFF3;
}
</style>