Shades of Humming Bird #C6FAF0
Tints of Humming Bird #C6FAF0
RGB
CMYK
RGB Variations
Color information
#C6FAF0 (or 0xC6FAF0) is known color: Humming Bird. HEX triplet: C6, FA and F0. RGB value is (198,250,240). Sum of RGB (Red+Green+Blue) = 198+250+240=688 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.78% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAF0 is #39050F. Grayscale: #E9E9E9. Windows color (decimal): -3736848 or 15792838. OLE color: 15792838.
HSL color Cylindrical-coordinate representation of color #C6FAF0: hue angle of 168.46º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAF0 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 240 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.02 |
| HSL | 168.46º | 0.84% | 0.88% | - |
| HSV(B) | 168.46º | 0.21% | 0.98% | - |
| XYZ | 73.2 | 86.67 | 95.31 | - |
| YUV | 233.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 240 | 0.21 | 0 | 0.04 | 0.02 | 168.46 | 0.84 | 0.88 |
| Hex | C6 | FA | F0 | 15 | 0 | 4 | 2 | A8 | 54 | 58 |
| Octal | 306 | 372 | 360 | 25 | 0 | 4 | 2 | 250 | 124 | 130 |
| Binary | 11000110 | 11111010 | 11110000 | 10101 | 0 | 100 | 10 | 10101000 | 1010100 | 1011000 |
Color Harmonies of #C6FAF0
Complementary color
Monochromatic Colors of #C6FAF0
Black with #C6FAF0
Text Example
Text Example
White with #C6FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAF0; }
p { color: rgb(198,250,240); }
H1.HeaderClassName
{
color: #C6FAF0;
}
.AnyTagClassName
{
color: #C6FAF0;
}
</style>
background-color css
<style>
a { background-color: #C6FAF0; }
a { background-color: rgb(198,250,240); }
div.DivClassName
{
background-color: #C6FAF0;
}
.BgClassName
{
background-color: #C6FAF0;
}
</style>
border-color css
<style>
span { border-color: #C6FAF0; }
span { border-color: rgb(198,250,240); }
td.TdClassName
{
border-color: #C6FAF0;
}
.TagClassName
{
border-color: #C6FAF0;
}
</style>