Shades of Humming Bird #CFF3E9
Tints of Humming Bird #CFF3E9
RGB
CMYK
RGB Variations
Color information
#CFF3E9 (or 0xCFF3E9) is known color: Humming Bird. HEX triplet: CF, F3 and E9. RGB value is (207,243,233). Sum of RGB (Red+Green+Blue) = 207+243+233=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3E9 is #300C16. Grayscale: #E7E7E7. Windows color (decimal): -3148823 or 15332303. OLE color: 15332303.
HSL color Cylindrical-coordinate representation of color #CFF3E9: hue angle of 163.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3E9 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 233 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.05 |
| HSL | 163.33º | 0.6% | 0.88% | - |
| HSV(B) | 163.33º | 0.15% | 0.95% | - |
| XYZ | 72.49 | 83.25 | 89.34 | - |
| YUV | 231.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 233 | 0.15 | 0 | 0.04 | 0.05 | 163.33 | 0.6 | 0.88 |
| Hex | CF | F3 | E9 | F | 0 | 4 | 5 | A3 | 3C | 58 |
| Octal | 317 | 363 | 351 | 17 | 0 | 4 | 5 | 243 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11101001 | 1111 | 0 | 100 | 101 | 10100011 | 111100 | 1011000 |
Color Harmonies of #CFF3E9
Complementary color
Monochromatic Colors of #CFF3E9
Black with #CFF3E9
Text Example
Text Example
White with #CFF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3E9; }
p { color: rgb(207,243,233); }
H1.HeaderClassName
{
color: #CFF3E9;
}
.AnyTagClassName
{
color: #CFF3E9;
}
</style>
background-color css
<style>
a { background-color: #CFF3E9; }
a { background-color: rgb(207,243,233); }
div.DivClassName
{
background-color: #CFF3E9;
}
.BgClassName
{
background-color: #CFF3E9;
}
</style>
border-color css
<style>
span { border-color: #CFF3E9; }
span { border-color: rgb(207,243,233); }
td.TdClassName
{
border-color: #CFF3E9;
}
.TagClassName
{
border-color: #CFF3E9;
}
</style>