#D0F6EA

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

Shades of Humming Bird #D0F6EA

Tints of Humming Bird #D0F6EA

Color information

#D0F6EA (or 0xD0F6EA) is unknown color: approx Humming Bird. HEX triplet: D0, F6 and EA. RGB value is (208,246,234). Sum of RGB (Red+Green+Blue) = 208+246+234=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F6EA is #2F0915. Grayscale: #E9E9E9. Windows color (decimal): -3082518 or 15398608. OLE color: 15398608.

HSL color Cylindrical-coordinate representation of color #D0F6EA: hue angle of 161.05º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F6EA is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB208246234-
CMYK0.1500.050.04
HSL161.05º67.86%89.02%-
HSV(B)161.05º15.45%96.47%-
XYZ73.8285.2690.41-
YUV233.27128.41109.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.23%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=30.23%
G=35.76%
B=34.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082462340.1500.050.04161.0567.8689.02
HexD0F6EAF054a14459
Octal32036635217054241104131
Binary110100001111011011101010111101011001010000110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F6EA; }

 p { color: rgb(208,246,234); }

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

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

 a { background-color: rgb(208,246,234); }

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

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

 span { border-color: rgb(208,246,234); }

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