Shades of Humming Bird #C3FDEC
Tints of Humming Bird #C3FDEC
RGB
CMYK
RGB Variations
Color information
#C3FDEC (or 0xC3FDEC) is known color: Humming Bird. HEX triplet: C3, FD and EC. RGB value is (195,253,236). Sum of RGB (Red+Green+Blue) = 195+253+236=684 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.51% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FDEC is #3C0213. Grayscale: #E9E9E9. Windows color (decimal): -3932692 or 15531459. OLE color: 15531459.
HSL color Cylindrical-coordinate representation of color #C3FDEC: hue angle of 162.41º degrees, saturation: 0.94, 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 #C3FDEC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 253 | 236 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.01 |
| HSL | 162.41º | 0.94% | 0.88% | - |
| HSV(B) | 162.41º | 0.23% | 0.99% | - |
| XYZ | 72.77 | 87.91 | 92.49 | - |
| YUV | 233.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 253 | 236 | 0.23 | 0 | 0.07 | 0.01 | 162.41 | 0.94 | 0.88 |
| Hex | C3 | FD | EC | 17 | 0 | 7 | 1 | A2 | 5E | 58 |
| Octal | 303 | 375 | 354 | 27 | 0 | 7 | 1 | 242 | 136 | 130 |
| Binary | 11000011 | 11111101 | 11101100 | 10111 | 0 | 111 | 1 | 10100010 | 1011110 | 1011000 |
Color Harmonies of #C3FDEC
Complementary color
Monochromatic Colors of #C3FDEC
Black with #C3FDEC
Text Example
Text Example
White with #C3FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDEC; }
p { color: rgb(195,253,236); }
H1.HeaderClassName
{
color: #C3FDEC;
}
.AnyTagClassName
{
color: #C3FDEC;
}
</style>
background-color css
<style>
a { background-color: #C3FDEC; }
a { background-color: rgb(195,253,236); }
div.DivClassName
{
background-color: #C3FDEC;
}
.BgClassName
{
background-color: #C3FDEC;
}
</style>
border-color css
<style>
span { border-color: #C3FDEC; }
span { border-color: rgb(195,253,236); }
td.TdClassName
{
border-color: #C3FDEC;
}
.TagClassName
{
border-color: #C3FDEC;
}
</style>