#71DCC8

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

Shades of Downy #71DCC8

Tints of Downy #71DCC8

Color information

#71DCC8 (or 0x71DCC8) is unknown color: approx Downy. HEX triplet: 71, DC and C8. RGB value is (113,220,200). Sum of RGB (Red+Green+Blue) = 113+220+200=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC8 is #8E2337. Grayscale: #B9B9B9. Windows color (decimal): -9315128 or 13163633. OLE color: 13163633.

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

Color convert

RGB113220200-
CMYK0.4900.090.14
HSL168.79º60.45%65.29%-
HSV(B)168.79º48.64%86.27%-
XYZ42.8358.8763.75-
YUV185.73136.0576.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.20%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=21.20%
G=41.28%
B=37.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132202000.4900.090.14168.7960.4565.29
Hex71DCC83109Ea93c41
Octal161334310610111625174101
Binary11100011101110011001000110001010011110101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,200); }

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

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

 a { background-color: rgb(113,220,200); }

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

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

 span { border-color: rgb(113,220,200); }

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