#D0F9EC

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

Shades of Humming Bird #D0F9EC

Tints of Humming Bird #D0F9EC

Color information

#D0F9EC (or 0xD0F9EC) is unknown color: approx Humming Bird. HEX triplet: D0, F9 and EC. RGB value is (208,249,236). Sum of RGB (Red+Green+Blue) = 208+249+236=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9EC is #2F0613. Grayscale: #EBEBEB. Windows color (decimal): -3081748 or 15530448. OLE color: 15530448.

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

Color convert

RGB208249236-
CMYK0.1600.050.02
HSL160.98º77.36%89.61%-
HSV(B)160.98º16.47%97.65%-
XYZ75.0387.2292.24-
YUV235.26128.42108.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.01%
GREEN value IS 249 (97.66% from 255) = 35.93%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=30.01%
G=35.93%
B=34.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492360.1600.050.02160.9877.3689.61
HexD0F9EC10052a14d5a
Octal32037135420052241115132
Binary110100001111100111101100100000101101010000110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9EC; }

 p { color: rgb(208,249,236); }

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

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

 a { background-color: rgb(208,249,236); }

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

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

 span { border-color: rgb(208,249,236); }

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