Shades of Humming Bird #D3FBEF
Tints of Humming Bird #D3FBEF
RGB
CMYK
RGB Variations
Color information
#D3FBEF (or 0xD3FBEF) is known color: Humming Bird. HEX triplet: D3, FB and EF. RGB value is (211,251,239). Sum of RGB (Red+Green+Blue) = 211+251+239=701 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.10% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FBEF is #2C0410. Grayscale: #EDEDED. Windows color (decimal): -2884625 or 15727571. OLE color: 15727571.
HSL color Cylindrical-coordinate representation of color #D3FBEF: hue angle of 162º 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 #D3FBEF is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 239 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.02 |
| HSL | 162º | 0.83% | 0.91% | - |
| HSV(B) | 162º | 0.16% | 0.98% | - |
| XYZ | 76.94 | 89.08 | 94.8 | - |
| YUV | 237.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 239 | 0.16 | 0 | 0.05 | 0.02 | 162 | 0.83 | 0.91 |
| Hex | D3 | FB | EF | 10 | 0 | 5 | 2 | A2 | 53 | 5B |
| Octal | 323 | 373 | 357 | 20 | 0 | 5 | 2 | 242 | 123 | 133 |
| Binary | 11010011 | 11111011 | 11101111 | 10000 | 0 | 101 | 10 | 10100010 | 1010011 | 1011011 |
Color Harmonies of #D3FBEF
Complementary color
Monochromatic Colors of #D3FBEF
Black with #D3FBEF
Text Example
Text Example
White with #D3FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FBEF; }
p { color: rgb(211,251,239); }
H1.HeaderClassName
{
color: #D3FBEF;
}
.AnyTagClassName
{
color: #D3FBEF;
}
</style>
background-color css
<style>
a { background-color: #D3FBEF; }
a { background-color: rgb(211,251,239); }
div.DivClassName
{
background-color: #D3FBEF;
}
.BgClassName
{
background-color: #D3FBEF;
}
</style>
border-color css
<style>
span { border-color: #D3FBEF; }
span { border-color: rgb(211,251,239); }
td.TdClassName
{
border-color: #D3FBEF;
}
.TagClassName
{
border-color: #D3FBEF;
}
</style>