Shades of Humming Bird #C3FFF1
Tints of Humming Bird #C3FFF1
RGB
CMYK
RGB Variations
Color information
#C3FFF1 (or 0xC3FFF1) is known color: Humming Bird. HEX triplet: C3, FF and F1. RGB value is (195,255,241). Sum of RGB (Red+Green+Blue) = 195+255+241=691 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.22% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFF1 is #3C000E. Grayscale: #EBEBEB. Windows color (decimal): -3932175 or 15859651. OLE color: 15859651.
HSL color Cylindrical-coordinate representation of color #C3FFF1: hue angle of 166º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFF1 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 241 | - |
| CMYK | 0.24 | 0 | 0.05 | 0 |
| HSL | 166º | 1% | 0.88% | - |
| HSV(B) | 166º | 0.24% | 1% | - |
| XYZ | 74.14 | 89.47 | 96.58 | - |
| YUV | 235.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 241 | 0.24 | 0 | 0.05 | 0 | 166 | 1 | 0.88 |
| Hex | C3 | FF | F1 | 18 | 0 | 5 | 0 | A6 | 64 | 58 |
| Octal | 303 | 377 | 361 | 30 | 0 | 5 | 0 | 246 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11110001 | 11000 | 0 | 101 | 0 | 10100110 | 1100100 | 1011000 |
Color Harmonies of #C3FFF1
Complementary color
Monochromatic Colors of #C3FFF1
Black with #C3FFF1
Text Example
Text Example
White with #C3FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFF1; }
p { color: rgb(195,255,241); }
H1.HeaderClassName
{
color: #C3FFF1;
}
.AnyTagClassName
{
color: #C3FFF1;
}
</style>
background-color css
<style>
a { background-color: #C3FFF1; }
a { background-color: rgb(195,255,241); }
div.DivClassName
{
background-color: #C3FFF1;
}
.BgClassName
{
background-color: #C3FFF1;
}
</style>
border-color css
<style>
span { border-color: #C3FFF1; }
span { border-color: rgb(195,255,241); }
td.TdClassName
{
border-color: #C3FFF1;
}
.TagClassName
{
border-color: #C3FFF1;
}
</style>