#D0FAED

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

Shades of Humming Bird #D0FAED

Tints of Humming Bird #D0FAED

Color information

#D0FAED (or 0xD0FAED) is unknown color: approx Humming Bird. HEX triplet: D0, FA and ED. RGB value is (208,250,237). Sum of RGB (Red+Green+Blue) = 208+250+237=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAED is #2F0512. Grayscale: #EBEBEB. Windows color (decimal): -3081491 or 15596240. OLE color: 15596240.

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

Color convert

RGB208250237-
CMYK0.1700.050.02
HSL161.43º80.77%89.8%-
HSV(B)161.43º16.8%98.04%-
XYZ75.4887.993.11-
YUV235.96128.59108.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.93%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=29.93%
G=35.97%
B=34.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502370.1700.050.02161.4380.7789.8
HexD0FAED11052a1515a
Octal32037235521052241121132
Binary110100001111101011101101100010101101010000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAED; }

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

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

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

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

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

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

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

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