Shades of Humming Bird #CFFFF5
Tints of Humming Bird #CFFFF5
RGB
CMYK
RGB Variations
Color information
#CFFFF5 (or 0xCFFFF5) is known color: Humming Bird. HEX triplet: CF, FF and F5. RGB value is (207,255,245). Sum of RGB (Red+Green+Blue) = 207+255+245=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFF5 is #30000A. Grayscale: #EFEFEF. Windows color (decimal): -3145739 or 16121807. OLE color: 16121807.
HSL color Cylindrical-coordinate representation of color #CFFFF5: hue angle of 167.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 #CFFFF5 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 245 | - |
| CMYK | 0.19 | 0 | 0.04 | 0 |
| HSL | 167.5º | 1% | 0.91% | - |
| HSV(B) | 167.5º | 0.19% | 1% | - |
| XYZ | 77.97 | 91.38 | 99.91 | - |
| YUV | 239.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 245 | 0.19 | 0 | 0.04 | 0 | 167.5 | 1 | 0.91 |
| Hex | CF | FF | F5 | 13 | 0 | 4 | 0 | A8 | 64 | 5B |
| Octal | 317 | 377 | 365 | 23 | 0 | 4 | 0 | 250 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11110101 | 10011 | 0 | 100 | 0 | 10101000 | 1100100 | 1011011 |
Color Harmonies of #CFFFF5
Complementary color
Monochromatic Colors of #CFFFF5
Black with #CFFFF5
Text Example
Text Example
White with #CFFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFF5; }
p { color: rgb(207,255,245); }
H1.HeaderClassName
{
color: #CFFFF5;
}
.AnyTagClassName
{
color: #CFFFF5;
}
</style>
background-color css
<style>
a { background-color: #CFFFF5; }
a { background-color: rgb(207,255,245); }
div.DivClassName
{
background-color: #CFFFF5;
}
.BgClassName
{
background-color: #CFFFF5;
}
</style>
border-color css
<style>
span { border-color: #CFFFF5; }
span { border-color: rgb(207,255,245); }
td.TdClassName
{
border-color: #CFFFF5;
}
.TagClassName
{
border-color: #CFFFF5;
}
</style>