#D0F7ED

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

Shades of Humming Bird #D0F7ED

Tints of Humming Bird #D0F7ED

Color information

#D0F7ED (or 0xD0F7ED) is unknown color: approx Humming Bird. HEX triplet: D0, F7 and ED. RGB value is (208,247,237). Sum of RGB (Red+Green+Blue) = 208+247+237=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F7ED is #2F0812. Grayscale: #EAEAEA. Windows color (decimal): -3082259 or 15595472. OLE color: 15595472.

HSL color Cylindrical-coordinate representation of color #D0F7ED: hue angle of 164.62º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7ED is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB208247237-
CMYK0.1600.040.03
HSL164.62º70.91%89.22%-
HSV(B)164.62º15.79%96.86%-
XYZ74.5686.0592.8-
YUV234.2129.58109.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.06%
GREEN value IS 247 (96.88% from 255) = 35.69%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=30.06%
G=35.69%
B=34.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472370.1600.040.03164.6270.9189.22
HexD0F7ED10043a54759
Octal32036735520043245107131
Binary110100001111011111101101100000100111010010110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7ED; }

 p { color: rgb(208,247,237); }

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

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

 a { background-color: rgb(208,247,237); }

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

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

 span { border-color: rgb(208,247,237); }

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