Shades of Humming Bird #CFFFEE
Tints of Humming Bird #CFFFEE
RGB
CMYK
RGB Variations
Color information
#CFFFEE (or 0xCFFFEE) is known color: Humming Bird. HEX triplet: CF, FF and EE. RGB value is (207,255,238). Sum of RGB (Red+Green+Blue) = 207+255+238=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFEE is #300011. Grayscale: #EEEEEE. Windows color (decimal): -3145746 or 15663055. OLE color: 15663055.
HSL color Cylindrical-coordinate representation of color #CFFFEE: hue angle of 158.75º 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 #CFFFEE is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 238 | - |
| CMYK | 0.19 | 0 | 0.07 | 0 |
| HSL | 158.75º | 1% | 0.91% | - |
| HSV(B) | 158.75º | 0.19% | 1% | - |
| XYZ | 76.92 | 90.96 | 94.39 | - |
| YUV | 238.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 238 | 0.19 | 0 | 0.07 | 0 | 158.75 | 1 | 0.91 |
| Hex | CF | FF | EE | 13 | 0 | 7 | 0 | 9F | 64 | 5B |
| Octal | 317 | 377 | 356 | 23 | 0 | 7 | 0 | 237 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11101110 | 10011 | 0 | 111 | 0 | 10011111 | 1100100 | 1011011 |
Color Harmonies of #CFFFEE
Complementary color
Monochromatic Colors of #CFFFEE
Black with #CFFFEE
Text Example
Text Example
White with #CFFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFEE; }
p { color: rgb(207,255,238); }
H1.HeaderClassName
{
color: #CFFFEE;
}
.AnyTagClassName
{
color: #CFFFEE;
}
</style>
background-color css
<style>
a { background-color: #CFFFEE; }
a { background-color: rgb(207,255,238); }
div.DivClassName
{
background-color: #CFFFEE;
}
.BgClassName
{
background-color: #CFFFEE;
}
</style>
border-color css
<style>
span { border-color: #CFFFEE; }
span { border-color: rgb(207,255,238); }
td.TdClassName
{
border-color: #CFFFEE;
}
.TagClassName
{
border-color: #CFFFEE;
}
</style>