#D0F9EB

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

Shades of Humming Bird #D0F9EB

Tints of Humming Bird #D0F9EB

Color information

#D0F9EB (or 0xD0F9EB) is unknown color: approx Humming Bird. HEX triplet: D0, F9 and EB. RGB value is (208,249,235). Sum of RGB (Red+Green+Blue) = 208+249+235=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9EB is #2F0614. Grayscale: #EBEBEB. Windows color (decimal): -3081749 or 15464912. OLE color: 15464912.

HSL color Cylindrical-coordinate representation of color #D0F9EB: hue angle of 159.51º 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 #D0F9EB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB208249235-
CMYK0.1600.060.02
HSL159.51º77.36%89.61%-
HSV(B)159.51º16.47%97.65%-
XYZ74.8887.1691.47-
YUV235.14127.92108.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.06%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=30.06%
G=35.98%
B=33.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492350.1600.060.02159.5177.3689.61
HexD0F9EB10062a04d5a
Octal32037135320062240115132
Binary110100001111100111101011100000110101010000010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9EB; }

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

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

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

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

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

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

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

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