Shades of Humming Bird #C5F3E5
Tints of Humming Bird #C5F3E5
RGB
CMYK
RGB Variations
Color information
#C5F3E5 (or 0xC5F3E5) is known color: Humming Bird. HEX triplet: C5, F3 and E5. RGB value is (197,243,229). Sum of RGB (Red+Green+Blue) = 197+243+229=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F3E5 is #3A0C1A. Grayscale: #E3E3E3. Windows color (decimal): -3804187 or 15070149. OLE color: 15070149.
HSL color Cylindrical-coordinate representation of color #C5F3E5: hue angle of 161.74º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F3E5 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 229 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.05 |
| HSL | 161.74º | 0.66% | 0.86% | - |
| HSV(B) | 161.74º | 0.19% | 0.95% | - |
| XYZ | 69.22 | 81.63 | 86.24 | - |
| YUV | 227.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 229 | 0.19 | 0 | 0.06 | 0.05 | 161.74 | 0.66 | 0.86 |
| Hex | C5 | F3 | E5 | 13 | 0 | 6 | 5 | A2 | 42 | 56 |
| Octal | 305 | 363 | 345 | 23 | 0 | 6 | 5 | 242 | 102 | 126 |
| Binary | 11000101 | 11110011 | 11100101 | 10011 | 0 | 110 | 101 | 10100010 | 1000010 | 1010110 |
Color Harmonies of #C5F3E5
Complementary color
Monochromatic Colors of #C5F3E5
Black with #C5F3E5
Text Example
Text Example
White with #C5F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3E5; }
p { color: rgb(197,243,229); }
H1.HeaderClassName
{
color: #C5F3E5;
}
.AnyTagClassName
{
color: #C5F3E5;
}
</style>
background-color css
<style>
a { background-color: #C5F3E5; }
a { background-color: rgb(197,243,229); }
div.DivClassName
{
background-color: #C5F3E5;
}
.BgClassName
{
background-color: #C5F3E5;
}
</style>
border-color css
<style>
span { border-color: #C5F3E5; }
span { border-color: rgb(197,243,229); }
td.TdClassName
{
border-color: #C5F3E5;
}
.TagClassName
{
border-color: #C5F3E5;
}
</style>