Shades of Humming Bird #CFF9ED
Tints of Humming Bird #CFF9ED
RGB
CMYK
RGB Variations
Color information
#CFF9ED (or 0xCFF9ED) is known color: Humming Bird. HEX triplet: CF, F9 and ED. RGB value is (207,249,237). Sum of RGB (Red+Green+Blue) = 207+249+237=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9ED is #300612. Grayscale: #EBEBEB. Windows color (decimal): -3147283 or 15595983. OLE color: 15595983.
HSL color Cylindrical-coordinate representation of color #CFF9ED: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9ED is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 237 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.02 |
| HSL | 162.86º | 0.78% | 0.89% | - |
| HSV(B) | 162.86º | 0.17% | 0.98% | - |
| XYZ | 74.89 | 87.13 | 92.99 | - |
| YUV | 235.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 237 | 0.17 | 0 | 0.05 | 0.02 | 162.86 | 0.78 | 0.89 |
| Hex | CF | F9 | ED | 11 | 0 | 5 | 2 | A3 | 4E | 59 |
| Octal | 317 | 371 | 355 | 21 | 0 | 5 | 2 | 243 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11101101 | 10001 | 0 | 101 | 10 | 10100011 | 1001110 | 1011001 |
Color Harmonies of #CFF9ED
Complementary color
Monochromatic Colors of #CFF9ED
Black with #CFF9ED
Text Example
Text Example
White with #CFF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9ED; }
p { color: rgb(207,249,237); }
H1.HeaderClassName
{
color: #CFF9ED;
}
.AnyTagClassName
{
color: #CFF9ED;
}
</style>
background-color css
<style>
a { background-color: #CFF9ED; }
a { background-color: rgb(207,249,237); }
div.DivClassName
{
background-color: #CFF9ED;
}
.BgClassName
{
background-color: #CFF9ED;
}
</style>
border-color css
<style>
span { border-color: #CFF9ED; }
span { border-color: rgb(207,249,237); }
td.TdClassName
{
border-color: #CFF9ED;
}
.TagClassName
{
border-color: #CFF9ED;
}
</style>