#D0FAEF

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

Shades of Humming Bird #D0FAEF

Tints of Humming Bird #D0FAEF

Color information

#D0FAEF (or 0xD0FAEF) is unknown color: approx Humming Bird. HEX triplet: D0, FA and EF. RGB value is (208,250,239). Sum of RGB (Red+Green+Blue) = 208+250+239=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAEF is #2F0510. Grayscale: #ECECEC. Windows color (decimal): -3081489 or 15727312. OLE color: 15727312.

HSL color Cylindrical-coordinate representation of color #D0FAEF: hue angle of 164.29º degrees, saturation: 0.81, 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 #D0FAEF is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB208250239-
CMYK0.1700.040.02
HSL164.29º80.77%89.8%-
HSV(B)164.29º16.8%98.04%-
XYZ75.7888.0194.66-
YUV236.19129.59107.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.84%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=29.84%
G=35.87%
B=34.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502390.1700.040.02164.2980.7789.8
HexD0FAEF11042a4515a
Octal32037235721042244121132
Binary110100001111101011101111100010100101010010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAEF; }

 p { color: rgb(208,250,239); }

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

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

 a { background-color: rgb(208,250,239); }

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

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

 span { border-color: rgb(208,250,239); }

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