Shades of Humming Bird #C6FDDF
Tints of Humming Bird #C6FDDF
RGB
CMYK
RGB Variations
Color information
#C6FDDF (or 0xC6FDDF) is known color: Humming Bird. HEX triplet: C6, FD and DF. RGB value is (198,253,223). Sum of RGB (Red+Green+Blue) = 198+253+223=674 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.38% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FDDF is #390220. Grayscale: #E9E9E9. Windows color (decimal): -3736097 or 14679494. OLE color: 14679494.
HSL color Cylindrical-coordinate representation of color #C6FDDF: hue angle of 147.27º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FDDF is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 253 | 223 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.01 |
| HSL | 147.27º | 0.93% | 0.88% | - |
| HSV(B) | 147.27º | 0.22% | 0.99% | - |
| XYZ | 71.73 | 87.58 | 82.94 | - |
| YUV | 233.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 253 | 223 | 0.22 | 0 | 0.12 | 0.01 | 147.27 | 0.93 | 0.88 |
| Hex | C6 | FD | DF | 16 | 0 | C | 1 | 93 | 5D | 58 |
| Octal | 306 | 375 | 337 | 26 | 0 | 14 | 1 | 223 | 135 | 130 |
| Binary | 11000110 | 11111101 | 11011111 | 10110 | 0 | 1100 | 1 | 10010011 | 1011101 | 1011000 |
Color Harmonies of #C6FDDF
Complementary color
Monochromatic Colors of #C6FDDF
Black with #C6FDDF
Text Example
Text Example
White with #C6FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FDDF; }
p { color: rgb(198,253,223); }
H1.HeaderClassName
{
color: #C6FDDF;
}
.AnyTagClassName
{
color: #C6FDDF;
}
</style>
background-color css
<style>
a { background-color: #C6FDDF; }
a { background-color: rgb(198,253,223); }
div.DivClassName
{
background-color: #C6FDDF;
}
.BgClassName
{
background-color: #C6FDDF;
}
</style>
border-color css
<style>
span { border-color: #C6FDDF; }
span { border-color: rgb(198,253,223); }
td.TdClassName
{
border-color: #C6FDDF;
}
.TagClassName
{
border-color: #C6FDDF;
}
</style>