Shades of Humming Bird #C6FCEA
Tints of Humming Bird #C6FCEA
RGB
CMYK
RGB Variations
Color information
#C6FCEA (or 0xC6FCEA) is known color: Humming Bird. HEX triplet: C6, FC and EA. RGB value is (198,252,234). Sum of RGB (Red+Green+Blue) = 198+252+234=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FCEA is #390315. Grayscale: #E9E9E9. Windows color (decimal): -3736342 or 15400134. OLE color: 15400134.
HSL color Cylindrical-coordinate representation of color #C6FCEA: hue angle of 160º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FCEA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 234 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.01 |
| HSL | 160º | 0.9% | 0.88% | - |
| HSV(B) | 160º | 0.21% | 0.99% | - |
| XYZ | 72.95 | 87.57 | 90.9 | - |
| YUV | 233.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 234 | 0.21 | 0 | 0.07 | 0.01 | 160 | 0.9 | 0.88 |
| Hex | C6 | FC | EA | 15 | 0 | 7 | 1 | A0 | 5A | 58 |
| Octal | 306 | 374 | 352 | 25 | 0 | 7 | 1 | 240 | 132 | 130 |
| Binary | 11000110 | 11111100 | 11101010 | 10101 | 0 | 111 | 1 | 10100000 | 1011010 | 1011000 |
Color Harmonies of #C6FCEA
Complementary color
Monochromatic Colors of #C6FCEA
Black with #C6FCEA
Text Example
Text Example
White with #C6FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FCEA; }
p { color: rgb(198,252,234); }
H1.HeaderClassName
{
color: #C6FCEA;
}
.AnyTagClassName
{
color: #C6FCEA;
}
</style>
background-color css
<style>
a { background-color: #C6FCEA; }
a { background-color: rgb(198,252,234); }
div.DivClassName
{
background-color: #C6FCEA;
}
.BgClassName
{
background-color: #C6FCEA;
}
</style>
border-color css
<style>
span { border-color: #C6FCEA; }
span { border-color: rgb(198,252,234); }
td.TdClassName
{
border-color: #C6FCEA;
}
.TagClassName
{
border-color: #C6FCEA;
}
</style>