Shades of Humming Bird #C6F2E5
Tints of Humming Bird #C6F2E5
RGB
CMYK
RGB Variations
Color information
#C6F2E5 (or 0xC6F2E5) is known color: Humming Bird. HEX triplet: C6, F2 and E5. RGB value is (198,242,229). Sum of RGB (Red+Green+Blue) = 198+242+229=669 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.60% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2E5 is #390D1A. Grayscale: #E3E3E3. Windows color (decimal): -3738907 or 15069894. OLE color: 15069894.
HSL color Cylindrical-coordinate representation of color #C6F2E5: hue angle of 162.27º degrees, saturation: 0.63, 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 #C6F2E5 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 229 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.05 |
| HSL | 162.27º | 0.63% | 0.86% | - |
| HSV(B) | 162.27º | 0.18% | 0.95% | - |
| XYZ | 69.18 | 81.17 | 86.15 | - |
| YUV | 227.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 229 | 0.18 | 0 | 0.05 | 0.05 | 162.27 | 0.63 | 0.86 |
| Hex | C6 | F2 | E5 | 12 | 0 | 5 | 5 | A2 | 3F | 56 |
| Octal | 306 | 362 | 345 | 22 | 0 | 5 | 5 | 242 | 77 | 126 |
| Binary | 11000110 | 11110010 | 11100101 | 10010 | 0 | 101 | 101 | 10100010 | 111111 | 1010110 |
Color Harmonies of #C6F2E5
Complementary color
Monochromatic Colors of #C6F2E5
Black with #C6F2E5
Text Example
Text Example
White with #C6F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2E5; }
p { color: rgb(198,242,229); }
H1.HeaderClassName
{
color: #C6F2E5;
}
.AnyTagClassName
{
color: #C6F2E5;
}
</style>
background-color css
<style>
a { background-color: #C6F2E5; }
a { background-color: rgb(198,242,229); }
div.DivClassName
{
background-color: #C6F2E5;
}
.BgClassName
{
background-color: #C6F2E5;
}
</style>
border-color css
<style>
span { border-color: #C6F2E5; }
span { border-color: rgb(198,242,229); }
td.TdClassName
{
border-color: #C6F2E5;
}
.TagClassName
{
border-color: #C6F2E5;
}
</style>