#D0F9E8

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

Shades of Humming Bird #D0F9E8

Tints of Humming Bird #D0F9E8

Color information

#D0F9E8 (or 0xD0F9E8) is unknown color: approx Humming Bird. HEX triplet: D0, F9 and E8. RGB value is (208,249,232). Sum of RGB (Red+Green+Blue) = 208+249+232=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9E8 is #2F0617. Grayscale: #EAEAEA. Windows color (decimal): -3081752 or 15268304. OLE color: 15268304.

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

Color convert

RGB208249232-
CMYK0.1600.070.02
HSL155.12º77.36%89.61%-
HSV(B)155.12º16.47%97.65%-
XYZ74.4586.9989.21-
YUV234.8126.42108.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.19%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=30.19%
G=36.14%
B=33.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082492320.1600.070.02155.1277.3689.61
HexD0F9E8100729b4d5a
Octal32037135020072233115132
Binary110100001111100111101000100000111101001101110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9E8; }

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

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

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

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

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

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

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

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