Shades of Humming Bird #C3FCE5
Tints of Humming Bird #C3FCE5
RGB
CMYK
RGB Variations
Color information
#C3FCE5 (or 0xC3FCE5) is known color: Humming Bird. HEX triplet: C3, FC and E5. RGB value is (195,252,229). Sum of RGB (Red+Green+Blue) = 195+252+229=676 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.85% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCE5 is #3C031A. Grayscale: #E8E8E8. Windows color (decimal): -3932955 or 15072451. OLE color: 15072451.
HSL color Cylindrical-coordinate representation of color #C3FCE5: hue angle of 155.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FCE5 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 229 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.01 |
| HSL | 155.79º | 0.9% | 0.88% | - |
| HSV(B) | 155.79º | 0.23% | 0.99% | - |
| XYZ | 71.46 | 86.88 | 87.13 | - |
| YUV | 232.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 229 | 0.23 | 0 | 0.09 | 0.01 | 155.79 | 0.9 | 0.88 |
| Hex | C3 | FC | E5 | 17 | 0 | 9 | 1 | 9C | 5A | 58 |
| Octal | 303 | 374 | 345 | 27 | 0 | 11 | 1 | 234 | 132 | 130 |
| Binary | 11000011 | 11111100 | 11100101 | 10111 | 0 | 1001 | 1 | 10011100 | 1011010 | 1011000 |
Color Harmonies of #C3FCE5
Complementary color
Monochromatic Colors of #C3FCE5
Black with #C3FCE5
Text Example
Text Example
White with #C3FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCE5; }
p { color: rgb(195,252,229); }
H1.HeaderClassName
{
color: #C3FCE5;
}
.AnyTagClassName
{
color: #C3FCE5;
}
</style>
background-color css
<style>
a { background-color: #C3FCE5; }
a { background-color: rgb(195,252,229); }
div.DivClassName
{
background-color: #C3FCE5;
}
.BgClassName
{
background-color: #C3FCE5;
}
</style>
border-color css
<style>
span { border-color: #C3FCE5; }
span { border-color: rgb(195,252,229); }
td.TdClassName
{
border-color: #C3FCE5;
}
.TagClassName
{
border-color: #C3FCE5;
}
</style>