Shades of Humming Bird #C5F1E6
Tints of Humming Bird #C5F1E6
RGB
CMYK
RGB Variations
Color information
#C5F1E6 (or 0xC5F1E6) is known color: Humming Bird. HEX triplet: C5, F1 and E6. RGB value is (197,241,230). Sum of RGB (Red+Green+Blue) = 197+241+230=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F1E6 is #3A0E19. Grayscale: #E2E2E2. Windows color (decimal): -3804698 or 15135173. OLE color: 15135173.
HSL color Cylindrical-coordinate representation of color #C5F1E6: hue angle of 165º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F1E6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 230 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.05 |
| HSL | 165º | 0.61% | 0.86% | - |
| HSV(B) | 165º | 0.18% | 0.95% | - |
| XYZ | 68.76 | 80.49 | 86.78 | - |
| YUV | 226.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 230 | 0.18 | 0 | 0.05 | 0.05 | 165 | 0.61 | 0.86 |
| Hex | C5 | F1 | E6 | 12 | 0 | 5 | 5 | A5 | 3D | 56 |
| Octal | 305 | 361 | 346 | 22 | 0 | 5 | 5 | 245 | 75 | 126 |
| Binary | 11000101 | 11110001 | 11100110 | 10010 | 0 | 101 | 101 | 10100101 | 111101 | 1010110 |
Color Harmonies of #C5F1E6
Complementary color
Monochromatic Colors of #C5F1E6
Black with #C5F1E6
Text Example
Text Example
White with #C5F1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F1E6; }
p { color: rgb(197,241,230); }
H1.HeaderClassName
{
color: #C5F1E6;
}
.AnyTagClassName
{
color: #C5F1E6;
}
</style>
background-color css
<style>
a { background-color: #C5F1E6; }
a { background-color: rgb(197,241,230); }
div.DivClassName
{
background-color: #C5F1E6;
}
.BgClassName
{
background-color: #C5F1E6;
}
</style>
border-color css
<style>
span { border-color: #C5F1E6; }
span { border-color: rgb(197,241,230); }
td.TdClassName
{
border-color: #C5F1E6;
}
.TagClassName
{
border-color: #C5F1E6;
}
</style>