Shades of Humming Bird #C3FAE5
Tints of Humming Bird #C3FAE5
RGB
CMYK
RGB Variations
Color information
#C3FAE5 (or 0xC3FAE5) is known color: Humming Bird. HEX triplet: C3, FA and E5. RGB value is (195,250,229). Sum of RGB (Red+Green+Blue) = 195+250+229=674 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.93% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FAE5 is #3C051A. Grayscale: #E7E7E7. Windows color (decimal): -3933467 or 15071939. OLE color: 15071939.
HSL color Cylindrical-coordinate representation of color #C3FAE5: hue angle of 157.09º degrees, saturation: 0.85, 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 #C3FAE5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 229 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.02 |
| HSL | 157.09º | 0.85% | 0.87% | - |
| HSV(B) | 157.09º | 0.22% | 0.98% | - |
| XYZ | 70.83 | 85.63 | 86.92 | - |
| YUV | 231.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 229 | 0.22 | 0 | 0.08 | 0.02 | 157.09 | 0.85 | 0.87 |
| Hex | C3 | FA | E5 | 16 | 0 | 8 | 2 | 9D | 55 | 57 |
| Octal | 303 | 372 | 345 | 26 | 0 | 10 | 2 | 235 | 125 | 127 |
| Binary | 11000011 | 11111010 | 11100101 | 10110 | 0 | 1000 | 10 | 10011101 | 1010101 | 1010111 |
Color Harmonies of #C3FAE5
Complementary color
Monochromatic Colors of #C3FAE5
Black with #C3FAE5
Text Example
Text Example
White with #C3FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FAE5; }
p { color: rgb(195,250,229); }
H1.HeaderClassName
{
color: #C3FAE5;
}
.AnyTagClassName
{
color: #C3FAE5;
}
</style>
background-color css
<style>
a { background-color: #C3FAE5; }
a { background-color: rgb(195,250,229); }
div.DivClassName
{
background-color: #C3FAE5;
}
.BgClassName
{
background-color: #C3FAE5;
}
</style>
border-color css
<style>
span { border-color: #C3FAE5; }
span { border-color: rgb(195,250,229); }
td.TdClassName
{
border-color: #C3FAE5;
}
.TagClassName
{
border-color: #C3FAE5;
}
</style>