#71DAD0

Color #71DAD0 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #71DAD0

Tints of Downy #71DAD0

Color information

#71DAD0 (or 0x71DAD0) is unknown color: approx Downy. HEX triplet: 71, DA and D0. RGB value is (113,218,208). Sum of RGB (Red+Green+Blue) = 113+218+208=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DAD0 is #8E252F. Grayscale: #B9B9B9. Windows color (decimal): -9315632 or 13687409. OLE color: 13687409.

HSL color Cylindrical-coordinate representation of color #71DAD0: hue angle of 174.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAD0 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB113218208-
CMYK0.4800.050.15
HSL174.29º58.66%64.9%-
HSV(B)174.29º48.17%85.49%-
XYZ43.2758.2168.63-
YUV185.46140.7176.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.96%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=20.96%
G=40.45%
B=38.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132182080.4800.050.15174.2958.6664.9
Hex71DAD03005Fae3b41
Octal16133232060051725673101
Binary1110001110110101101000011000001011111101011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71DAD0; }

 p { color: rgb(113,218,208); }

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

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

 a { background-color: rgb(113,218,208); }

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

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

 span { border-color: rgb(113,218,208); }

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