Shades of Humming Bird #CFFFED
Tints of Humming Bird #CFFFED
RGB
CMYK
RGB Variations
Color information
#CFFFED (or 0xCFFFED) is known color: Humming Bird. HEX triplet: CF, FF and ED. RGB value is (207,255,237). Sum of RGB (Red+Green+Blue) = 207+255+237=699 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.61% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFED is #300012. Grayscale: #EEEEEE. Windows color (decimal): -3145747 or 15597519. OLE color: 15597519.
HSL color Cylindrical-coordinate representation of color #CFFFED: hue angle of 157.5º 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 #CFFFED is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 237 | - |
CMYK | 0.19 | 0 | 0.07 | 0 |
HSL | 157.5º | 1% | 0.91% | - |
HSV(B) | 157.5º | 0.19% | 1% | - |
XYZ | 76.78 | 90.9 | 93.62 | - |
YUV | 238.6 | 127.1 | 105.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 237 | 0.19 | 0 | 0.07 | 0 | 157.5 | 1 | 0.91 |
Hex | CF | FF | ED | 13 | 0 | 7 | 0 | 9E | 64 | 5B |
Octal | 317 | 377 | 355 | 23 | 0 | 7 | 0 | 236 | 144 | 133 |
Binary | 11001111 | 11111111 | 11101101 | 10011 | 0 | 111 | 0 | 10011110 | 1100100 | 1011011 |
Color Harmonies of #CFFFED
Complementary color
Monochromatic Colors of #CFFFED
Black with #CFFFED
Text Example
Text Example
White with #CFFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFED; }
p { color: rgb(207,255,237); }
H1.HeaderClassName
{
color: #CFFFED;
}
.AnyTagClassName
{
color: #CFFFED;
}
</style>
background-color css
<style>
a { background-color: #CFFFED; }
a { background-color: rgb(207,255,237); }
div.DivClassName
{
background-color: #CFFFED;
}
.BgClassName
{
background-color: #CFFFED;
}
</style>
border-color css
<style>
span { border-color: #CFFFED; }
span { border-color: rgb(207,255,237); }
td.TdClassName
{
border-color: #CFFFED;
}
.TagClassName
{
border-color: #CFFFED;
}
</style>