Html Css Color HEX #71DCCD Downy

📋 copy color: '#71DCCD'

red 113 ◦ green 220 ◦ blue 205

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

Shades of Downy #71DCCD

Tints of Downy #71DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 21%
G = 40.89%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#71DCCD (or 0x71DCCD) is known color: Downy. HEX triplet: 71, DC and CD. RGB value is (113,220,205). Sum of RGB (Red+Green+Blue) = 113+220+205=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCCD is #8E2332. Grayscale: #BABABA. Windows color (decimal): -9315123 or 13491313. OLE color: 13491313.

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

Color convert

RGB 113 220 205 -
CMYK 0.49 0 0.07 0.14
HSL 171.59º 0.6% 0.65% -
HSV(B) 171.59º 0.49% 0.86% -
XYZ 43.42 59.1 66.88 -
YUV 186.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 113 220 205 0.49 0 0.07 0.14 171.59 0.6 0.65
Hex 71 DC CD 31 0 7 E AC 3C 41
Octal 161 334 315 61 0 7 16 254 74 101
Binary 1110001 11011100 11001101 110001 0 111 1110 10101100 111100 1000001

Color Harmonies of #71DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCCD

Black with #71DCCD

Text Example


Text Example

White with #71DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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