Shades of Humming Bird #CFF3EA
Tints of Humming Bird #CFF3EA
RGB
CMYK
RGB Variations
Color information
#CFF3EA (or 0xCFF3EA) is known color: Humming Bird. HEX triplet: CF, F3 and EA. RGB value is (207,243,234). Sum of RGB (Red+Green+Blue) = 207+243+234=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3EA is #300C15. Grayscale: #E7E7E7. Windows color (decimal): -3148822 or 15397839. OLE color: 15397839.
HSL color Cylindrical-coordinate representation of color #CFF3EA: hue angle of 165º 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 #CFF3EA is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 234 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.05 |
| HSL | 165º | 0.6% | 0.88% | - |
| HSV(B) | 165º | 0.15% | 0.95% | - |
| XYZ | 72.63 | 83.31 | 90.09 | - |
| YUV | 231.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 234 | 0.15 | 0 | 0.04 | 0.05 | 165 | 0.6 | 0.88 |
| Hex | CF | F3 | EA | F | 0 | 4 | 5 | A5 | 3C | 58 |
| Octal | 317 | 363 | 352 | 17 | 0 | 4 | 5 | 245 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11101010 | 1111 | 0 | 100 | 101 | 10100101 | 111100 | 1011000 |
Color Harmonies of #CFF3EA
Complementary color
Monochromatic Colors of #CFF3EA
Black with #CFF3EA
Text Example
Text Example
White with #CFF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3EA; }
p { color: rgb(207,243,234); }
H1.HeaderClassName
{
color: #CFF3EA;
}
.AnyTagClassName
{
color: #CFF3EA;
}
</style>
background-color css
<style>
a { background-color: #CFF3EA; }
a { background-color: rgb(207,243,234); }
div.DivClassName
{
background-color: #CFF3EA;
}
.BgClassName
{
background-color: #CFF3EA;
}
</style>
border-color css
<style>
span { border-color: #CFF3EA; }
span { border-color: rgb(207,243,234); }
td.TdClassName
{
border-color: #CFF3EA;
}
.TagClassName
{
border-color: #CFF3EA;
}
</style>