Shades of Humming Bird #CFFFEF
Tints of Humming Bird #CFFFEF
RGB
CMYK
RGB Variations
Color information
#CFFFEF (or 0xCFFFEF) is known color: Humming Bird. HEX triplet: CF, FF and EF. RGB value is (207,255,239). Sum of RGB (Red+Green+Blue) = 207+255+239=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFEF is #300010. Grayscale: #EEEEEE. Windows color (decimal): -3145745 or 15728591. OLE color: 15728591.
HSL color Cylindrical-coordinate representation of color #CFFFEF: hue angle of 160º 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 #CFFFEF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 239 | - |
| CMYK | 0.19 | 0 | 0.06 | 0 |
| HSL | 160º | 1% | 0.91% | - |
| HSV(B) | 160º | 0.19% | 1% | - |
| XYZ | 77.07 | 91.02 | 95.17 | - |
| YUV | 238.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 239 | 0.19 | 0 | 0.06 | 0 | 160 | 1 | 0.91 |
| Hex | CF | FF | EF | 13 | 0 | 6 | 0 | A0 | 64 | 5B |
| Octal | 317 | 377 | 357 | 23 | 0 | 6 | 0 | 240 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11101111 | 10011 | 0 | 110 | 0 | 10100000 | 1100100 | 1011011 |
Color Harmonies of #CFFFEF
Complementary color
Monochromatic Colors of #CFFFEF
Black with #CFFFEF
Text Example
Text Example
White with #CFFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFEF; }
p { color: rgb(207,255,239); }
H1.HeaderClassName
{
color: #CFFFEF;
}
.AnyTagClassName
{
color: #CFFFEF;
}
</style>
background-color css
<style>
a { background-color: #CFFFEF; }
a { background-color: rgb(207,255,239); }
div.DivClassName
{
background-color: #CFFFEF;
}
.BgClassName
{
background-color: #CFFFEF;
}
</style>
border-color css
<style>
span { border-color: #CFFFEF; }
span { border-color: rgb(207,255,239); }
td.TdClassName
{
border-color: #CFFFEF;
}
.TagClassName
{
border-color: #CFFFEF;
}
</style>