Shades of Humming Bird #D4FBEE
Tints of Humming Bird #D4FBEE
RGB
CMYK
RGB Variations
Color information
#D4FBEE (or 0xD4FBEE) is known color: Humming Bird. HEX triplet: D4, FB and EE. RGB value is (212,251,238). Sum of RGB (Red+Green+Blue) = 212+251+238=701 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.24% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FBEE is #2B0411. Grayscale: #EDEDED. Windows color (decimal): -2819090 or 15662036. OLE color: 15662036.
HSL color Cylindrical-coordinate representation of color #D4FBEE: hue angle of 160º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FBEE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 238 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.02 |
| HSL | 160º | 0.83% | 0.91% | - |
| HSV(B) | 160º | 0.16% | 0.98% | - |
| XYZ | 77.08 | 89.16 | 94.04 | - |
| YUV | 237.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 238 | 0.16 | 0 | 0.05 | 0.02 | 160 | 0.83 | 0.91 |
| Hex | D4 | FB | EE | 10 | 0 | 5 | 2 | A0 | 53 | 5B |
| Octal | 324 | 373 | 356 | 20 | 0 | 5 | 2 | 240 | 123 | 133 |
| Binary | 11010100 | 11111011 | 11101110 | 10000 | 0 | 101 | 10 | 10100000 | 1010011 | 1011011 |
Color Harmonies of #D4FBEE
Complementary color
Monochromatic Colors of #D4FBEE
Black with #D4FBEE
Text Example
Text Example
White with #D4FBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBEE; }
p { color: rgb(212,251,238); }
H1.HeaderClassName
{
color: #D4FBEE;
}
.AnyTagClassName
{
color: #D4FBEE;
}
</style>
background-color css
<style>
a { background-color: #D4FBEE; }
a { background-color: rgb(212,251,238); }
div.DivClassName
{
background-color: #D4FBEE;
}
.BgClassName
{
background-color: #D4FBEE;
}
</style>
border-color css
<style>
span { border-color: #D4FBEE; }
span { border-color: rgb(212,251,238); }
td.TdClassName
{
border-color: #D4FBEE;
}
.TagClassName
{
border-color: #D4FBEE;
}
</style>