Shades of Humming Bird #CFFFEB
Tints of Humming Bird #CFFFEB
RGB
CMYK
RGB Variations
Color information
#CFFFEB (or 0xCFFFEB) is known color: Humming Bird. HEX triplet: CF, FF and EB. RGB value is (207,255,235). Sum of RGB (Red+Green+Blue) = 207+255+235=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFEB is #300014. Grayscale: #EEEEEE. Windows color (decimal): -3145749 or 15466447. OLE color: 15466447.
HSL color Cylindrical-coordinate representation of color #CFFFEB: hue angle of 155º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFEB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 235 | - |
| CMYK | 0.19 | 0 | 0.08 | 0 |
| HSL | 155º | 1% | 0.91% | - |
| HSV(B) | 155º | 0.19% | 1% | - |
| XYZ | 76.49 | 90.78 | 92.09 | - |
| YUV | 238.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 235 | 0.19 | 0 | 0.08 | 0 | 155 | 1 | 0.91 |
| Hex | CF | FF | EB | 13 | 0 | 8 | 0 | 9B | 64 | 5B |
| Octal | 317 | 377 | 353 | 23 | 0 | 10 | 0 | 233 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11101011 | 10011 | 0 | 1000 | 0 | 10011011 | 1100100 | 1011011 |
Color Harmonies of #CFFFEB
Complementary color
Monochromatic Colors of #CFFFEB
Black with #CFFFEB
Text Example
Text Example
White with #CFFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFEB; }
p { color: rgb(207,255,235); }
H1.HeaderClassName
{
color: #CFFFEB;
}
.AnyTagClassName
{
color: #CFFFEB;
}
</style>
background-color css
<style>
a { background-color: #CFFFEB; }
a { background-color: rgb(207,255,235); }
div.DivClassName
{
background-color: #CFFFEB;
}
.BgClassName
{
background-color: #CFFFEB;
}
</style>
border-color css
<style>
span { border-color: #CFFFEB; }
span { border-color: rgb(207,255,235); }
td.TdClassName
{
border-color: #CFFFEB;
}
.TagClassName
{
border-color: #CFFFEB;
}
</style>