Html Css Color HEX #71DCC2 Downy

📋 copy color: '#71DCC2'

red 113 ◦ green 220 ◦ blue 194

#71DCC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #71DCC2

Tints of Downy #71DCC2

RGB

 RED value IS 113 (44.53% from 255) = 21.44%

 GREEN value IS 220 (86.33% from 255) = 41.75%

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 21.44%
G = 41.75%
B = 36.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#71DCC2 (or 0x71DCC2) is known color: Downy. HEX triplet: 71, DC and C2. RGB value is (113,220,194). Sum of RGB (Red+Green+Blue) = 113+220+194=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC2 is #8E233D. Grayscale: #B9B9B9. Windows color (decimal): -9315134 or 12770417. OLE color: 12770417.

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

Color convert

RGB 113 220 194 -
CMYK 0.49 0 0.12 0.14
HSL 165.42º 0.6% 0.65% -
HSV(B) 165.42º 0.49% 0.86% -
XYZ 42.14 58.59 60.13 -
YUV 185.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 113 220 194 0.49 0 0.12 0.14 165.42 0.6 0.65
Hex 71 DC C2 31 0 C E A5 3C 41
Octal 161 334 302 61 0 14 16 245 74 101
Binary 1110001 11011100 11000010 110001 0 1100 1110 10100101 111100 1000001

Color Harmonies of #71DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCC2

Black with #71DCC2

Text Example


Text Example

White with #71DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71DCC2;
 }
 .AnyTagClassName
 {
   color: #71DCC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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