#71DBC7

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

Shades of Downy #71DBC7

Tints of Downy #71DBC7

Color information

#71DBC7 (or 0x71DBC7) is unknown color: approx Downy. HEX triplet: 71, DB and C7. RGB value is (113,219,199). Sum of RGB (Red+Green+Blue) = 113+219+199=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBC7 is #8E2438. Grayscale: #B9B9B9. Windows color (decimal): -9315385 or 13097841. OLE color: 13097841.

HSL color Cylindrical-coordinate representation of color #71DBC7: hue angle of 168.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBC7 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB113219199-
CMYK0.4800.090.14
HSL168.68º59.55%65.1%-
HSV(B)168.68º48.4%85.88%-
XYZ42.4558.363.05-
YUV185.03135.8876.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.28%
GREEN value IS 219 (85.94% from 255) = 41.24%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=21.28%
G=41.24%
B=37.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132191990.4800.090.14168.6859.5565.1
Hex71DBC73009Ea93c41
Octal161333307600111625174101
Binary11100011101101111000111110000010011110101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,219,199); }

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

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

 a { background-color: rgb(113,219,199); }

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

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

 span { border-color: rgb(113,219,199); }

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