Shades of Humming Bird #C3FBED
Tints of Humming Bird #C3FBED
RGB
CMYK
RGB Variations
Color information
#C3FBED (or 0xC3FBED) is known color: Humming Bird. HEX triplet: C3, FB and ED. RGB value is (195,251,237). Sum of RGB (Red+Green+Blue) = 195+251+237=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBED is #3C0412. Grayscale: #E8E8E8. Windows color (decimal): -3933203 or 15596483. OLE color: 15596483.
HSL color Cylindrical-coordinate representation of color #C3FBED: hue angle of 165º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FBED is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 237 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.02 |
| HSL | 165º | 0.88% | 0.87% | - |
| HSV(B) | 165º | 0.22% | 0.98% | - |
| XYZ | 72.29 | 86.71 | 93.05 | - |
| YUV | 232.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 237 | 0.22 | 0 | 0.06 | 0.02 | 165 | 0.88 | 0.87 |
| Hex | C3 | FB | ED | 16 | 0 | 6 | 2 | A5 | 58 | 57 |
| Octal | 303 | 373 | 355 | 26 | 0 | 6 | 2 | 245 | 130 | 127 |
| Binary | 11000011 | 11111011 | 11101101 | 10110 | 0 | 110 | 10 | 10100101 | 1011000 | 1010111 |
Color Harmonies of #C3FBED
Complementary color
Monochromatic Colors of #C3FBED
Black with #C3FBED
Text Example
Text Example
White with #C3FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FBED; }
p { color: rgb(195,251,237); }
H1.HeaderClassName
{
color: #C3FBED;
}
.AnyTagClassName
{
color: #C3FBED;
}
</style>
background-color css
<style>
a { background-color: #C3FBED; }
a { background-color: rgb(195,251,237); }
div.DivClassName
{
background-color: #C3FBED;
}
.BgClassName
{
background-color: #C3FBED;
}
</style>
border-color css
<style>
span { border-color: #C3FBED; }
span { border-color: rgb(195,251,237); }
td.TdClassName
{
border-color: #C3FBED;
}
.TagClassName
{
border-color: #C3FBED;
}
</style>