#D0F8EF

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

Shades of Humming Bird #D0F8EF

Tints of Humming Bird #D0F8EF

Color information

#D0F8EF (or 0xD0F8EF) is unknown color: approx Humming Bird. HEX triplet: D0, F8 and EF. RGB value is (208,248,239). Sum of RGB (Red+Green+Blue) = 208+248+239=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8EF is #2F0710. Grayscale: #EBEBEB. Windows color (decimal): -3082001 or 15726800. OLE color: 15726800.

HSL color Cylindrical-coordinate representation of color #D0F8EF: hue angle of 166.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8EF is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB208248239-
CMYK0.1600.040.03
HSL166.5º74.07%89.41%-
HSV(B)166.5º16.13%97.25%-
XYZ75.1686.7894.45-
YUV235.01130.25108.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.93%
GREEN value IS 248 (97.27% from 255) = 35.68%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=29.93%
G=35.68%
B=34.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082482390.1600.040.03166.574.0789.41
HexD0F8EF10043a64a59
Octal32037035720043246112131
Binary110100001111100011101111100000100111010011010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8EF; }

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

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

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

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

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

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

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

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