Shades of Humming Bird #CFFEEB
Tints of Humming Bird #CFFEEB
RGB
CMYK
RGB Variations
Color information
#CFFEEB (or 0xCFFEEB) is known color: Humming Bird. HEX triplet: CF, FE and EB. RGB value is (207,254,235). Sum of RGB (Red+Green+Blue) = 207+254+235=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEEB is #300114. Grayscale: #EDEDED. Windows color (decimal): -3146005 or 15466191. OLE color: 15466191.
HSL color Cylindrical-coordinate representation of color #CFFEEB: hue angle of 155.74º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEEB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 235 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.00 |
| HSL | 155.74º | 0.96% | 0.9% | - |
| HSV(B) | 155.74º | 0.19% | 1% | - |
| XYZ | 76.17 | 90.15 | 91.98 | - |
| YUV | 237.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 235 | 0.19 | 0 | 0.07 | 0.00 | 155.74 | 0.96 | 0.9 |
| Hex | CF | FE | EB | 13 | 0 | 7 | 0 | 9C | 60 | 5A |
| Octal | 317 | 376 | 353 | 23 | 0 | 7 | 0 | 234 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11101011 | 10011 | 0 | 111 | 0 | 10011100 | 1100000 | 1011010 |
Color Harmonies of #CFFEEB
Complementary color
Monochromatic Colors of #CFFEEB
Black with #CFFEEB
Text Example
Text Example
White with #CFFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEEB; }
p { color: rgb(207,254,235); }
H1.HeaderClassName
{
color: #CFFEEB;
}
.AnyTagClassName
{
color: #CFFEEB;
}
</style>
background-color css
<style>
a { background-color: #CFFEEB; }
a { background-color: rgb(207,254,235); }
div.DivClassName
{
background-color: #CFFEEB;
}
.BgClassName
{
background-color: #CFFEEB;
}
</style>
border-color css
<style>
span { border-color: #CFFEEB; }
span { border-color: rgb(207,254,235); }
td.TdClassName
{
border-color: #CFFEEB;
}
.TagClassName
{
border-color: #CFFEEB;
}
</style>