#D1FBEC

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

Shades of Humming Bird #D1FBEC

Tints of Humming Bird #D1FBEC

Color information

#D1FBEC (or 0xD1FBEC) is unknown color: approx Humming Bird. HEX triplet: D1, FB and EC. RGB value is (209,251,236). Sum of RGB (Red+Green+Blue) = 209+251+236=696 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.03% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FBEC is #2E0413. Grayscale: #ECECEC. Windows color (decimal): -3015700 or 15530961. OLE color: 15530961.

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

Color convert

RGB209251236-
CMYK0.1700.060.02
HSL158.57º84%90.2%-
HSV(B)158.57º16.73%98.43%-
XYZ75.9388.6192.46-
YUV236.73127.59108.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.03%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=30.03%
G=36.06%
B=33.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092512360.1700.060.02158.578490.2
HexD1FBEC110629f545a
Octal32137335421062237124132
Binary110100011111101111101100100010110101001111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FBEC; }

 p { color: rgb(209,251,236); }

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

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

 a { background-color: rgb(209,251,236); }

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

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

 span { border-color: rgb(209,251,236); }

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