#D0FBEB

Color #D0FBEB Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #D0FBEB

Tints of Humming Bird #D0FBEB

Color information

#D0FBEB (or 0xD0FBEB) is unknown color: approx Humming Bird. HEX triplet: D0, FB and EB. RGB value is (208,251,235). Sum of RGB (Red+Green+Blue) = 208+251+235=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBEB is #2F0414. Grayscale: #ECECEC. Windows color (decimal): -3081237 or 15465424. OLE color: 15465424.

HSL color Cylindrical-coordinate representation of color #D0FBEB: hue angle of 157.67º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBEB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB208251235-
CMYK0.1700.060.02
HSL157.67º84.31%90%-
HSV(B)157.67º17.13%98.43%-
XYZ75.5188.491.68-
YUV236.32127.25107.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 29.97%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=29.97%
G=36.17%
B=33.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082512350.1700.060.02157.6784.3190
HexD0FBEB110629e545a
Octal32037335321062236124132
Binary110100001111101111101011100010110101001111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBEB; }

 p { color: rgb(208,251,235); }

 H1.HeaderClassName
 {
   color: #D0FBEB;
 }
 .AnyTagClassName
 {
   color: #D0FBEB;
 }
</style>
background-color css

<style>
 a { background-color: #D0FBEB; }

 a { background-color: rgb(208,251,235); }

 div.DivClassName
 {
   background-color: #D0FBEB;
 }
 .BgClassName
 {
   background-color: #D0FBEB;
 }
</style>
border-color css

<style>
 span { border-color: #D0FBEB; }

 span { border-color: rgb(208,251,235); }

 td.TdClassName
 {
   border-color: #D0FBEB;
 }
 .TagClassName
 {
   border-color: #D0FBEB;
 }
</style>