Shades of Humming Bird #D0FFEB
Tints of Humming Bird #D0FFEB
RGB
CMYK
RGB Variations
Color information
#D0FFEB (or 0xD0FFEB) is known color: Humming Bird. HEX triplet: D0, FF and EB. RGB value is (208,255,235). Sum of RGB (Red+Green+Blue) = 208+255+235=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFEB is #2F0014. Grayscale: #EEEEEE. Windows color (decimal): -3080213 or 15466448. OLE color: 15466448.
HSL color Cylindrical-coordinate representation of color #D0FFEB: hue angle of 154.47º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFEB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 235 | - |
CMYK | 0.18 | 0 | 0.08 | 0 |
HSL | 154.47º | 1% | 0.91% | - |
HSV(B) | 154.47º | 0.18% | 1% | - |
XYZ | 76.77 | 90.93 | 92.1 | - |
YUV | 238.67 | 125.93 | 106.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 235 | 0.18 | 0 | 0.08 | 0 | 154.47 | 1 | 0.91 |
Hex | D0 | FF | EB | 12 | 0 | 8 | 0 | 9A | 64 | 5B |
Octal | 320 | 377 | 353 | 22 | 0 | 10 | 0 | 232 | 144 | 133 |
Binary | 11010000 | 11111111 | 11101011 | 10010 | 0 | 1000 | 0 | 10011010 | 1100100 | 1011011 |
Color Harmonies of #D0FFEB
Complementary color
Monochromatic Colors of #D0FFEB
Black with #D0FFEB
Text Example
Text Example
White with #D0FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFEB; }
p { color: rgb(208,255,235); }
H1.HeaderClassName
{
color: #D0FFEB;
}
.AnyTagClassName
{
color: #D0FFEB;
}
</style>
background-color css
<style>
a { background-color: #D0FFEB; }
a { background-color: rgb(208,255,235); }
div.DivClassName
{
background-color: #D0FFEB;
}
.BgClassName
{
background-color: #D0FFEB;
}
</style>
border-color css
<style>
span { border-color: #D0FFEB; }
span { border-color: rgb(208,255,235); }
td.TdClassName
{
border-color: #D0FFEB;
}
.TagClassName
{
border-color: #D0FFEB;
}
</style>