#71DBC2

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

Shades of Downy #71DBC2

Tints of Downy #71DBC2

Color information

#71DBC2 (or 0x71DBC2) is unknown color: approx Downy. HEX triplet: 71, DB and C2. RGB value is (113,219,194). Sum of RGB (Red+Green+Blue) = 113+219+194=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBC2 is #8E243D. Grayscale: #B8B8B8. Windows color (decimal): -9315390 or 12770161. OLE color: 12770161.

HSL color Cylindrical-coordinate representation of color #71DBC2: hue angle of 165.85º 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 #71DBC2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB113219194-
CMYK0.4800.110.14
HSL165.85º59.55%65.1%-
HSV(B)165.85º48.4%85.88%-
XYZ41.8858.0760.04-
YUV184.46133.3877.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.48%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 194 (76.17% from 255) = 36.88%
R=21.48%
G=41.63%
B=36.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132191940.4800.110.14165.8559.5565.1
Hex71DBC2300BEa63c41
Octal161333302600131624674101
Binary11100011101101111000010110000010111110101001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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