Shades of Humming Bird #CFFDEA
Tints of Humming Bird #CFFDEA
RGB
CMYK
RGB Variations
Color information
#CFFDEA (or 0xCFFDEA) is known color: Humming Bird. HEX triplet: CF, FD and EA. RGB value is (207,253,234). Sum of RGB (Red+Green+Blue) = 207+253+234=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDEA is #300215. Grayscale: #EDEDED. Windows color (decimal): -3146262 or 15400399. OLE color: 15400399.
HSL color Cylindrical-coordinate representation of color #CFFDEA: hue angle of 155.22º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDEA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 234 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.01 |
| HSL | 155.22º | 0.92% | 0.9% | - |
| HSV(B) | 155.22º | 0.18% | 0.99% | - |
| XYZ | 75.71 | 89.46 | 91.12 | - |
| YUV | 237.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 234 | 0.18 | 0 | 0.08 | 0.01 | 155.22 | 0.92 | 0.9 |
| Hex | CF | FD | EA | 12 | 0 | 8 | 1 | 9B | 5C | 5A |
| Octal | 317 | 375 | 352 | 22 | 0 | 10 | 1 | 233 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11101010 | 10010 | 0 | 1000 | 1 | 10011011 | 1011100 | 1011010 |
Color Harmonies of #CFFDEA
Complementary color
Monochromatic Colors of #CFFDEA
Black with #CFFDEA
Text Example
Text Example
White with #CFFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDEA; }
p { color: rgb(207,253,234); }
H1.HeaderClassName
{
color: #CFFDEA;
}
.AnyTagClassName
{
color: #CFFDEA;
}
</style>
background-color css
<style>
a { background-color: #CFFDEA; }
a { background-color: rgb(207,253,234); }
div.DivClassName
{
background-color: #CFFDEA;
}
.BgClassName
{
background-color: #CFFDEA;
}
</style>
border-color css
<style>
span { border-color: #CFFDEA; }
span { border-color: rgb(207,253,234); }
td.TdClassName
{
border-color: #CFFDEA;
}
.TagClassName
{
border-color: #CFFDEA;
}
</style>