#D0FBEC

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

Shades of Humming Bird #D0FBEC

Tints of Humming Bird #D0FBEC

Color information

#D0FBEC (or 0xD0FBEC) is unknown color: approx Humming Bird. HEX triplet: D0, FB and EC. RGB value is (208,251,236). Sum of RGB (Red+Green+Blue) = 208+251+236=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBEC is #2F0413. Grayscale: #ECECEC. Windows color (decimal): -3081236 or 15530960. OLE color: 15530960.

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

Color convert

RGB208251236-
CMYK0.1700.060.02
HSL159.07º84.31%90%-
HSV(B)159.07º17.13%98.43%-
XYZ75.6588.4692.44-
YUV236.43127.75107.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.93%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=29.93%
G=36.12%
B=33.96%

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
Decimal2082512360.1700.060.02159.0784.3190
HexD0FBEC110629f545a
Octal32037335421062237124132
Binary110100001111101111101100100010110101001111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBEC; }

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

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

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

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

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

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

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

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