Html Css Color HEX #71DCD3 Downy

📋 copy color: '#71DCD3'

red 113 ◦ green 220 ◦ blue 211

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

Shades of Downy #71DCD3

Tints of Downy #71DCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 20.77%
G = 40.44%
B = 38.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#71DCD3 (or 0x71DCD3) is known color: Downy. HEX triplet: 71, DC and D3. RGB value is (113,220,211). Sum of RGB (Red+Green+Blue) = 113+220+211=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCD3 is #8E232C. Grayscale: #BABABA. Windows color (decimal): -9315117 or 13884529. OLE color: 13884529.

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

Color convert

RGB 113 220 211 -
CMYK 0.49 0 0.04 0.14
HSL 174.95º 0.6% 0.65% -
HSV(B) 174.95º 0.49% 0.86% -
XYZ 44.16 59.4 70.77 -
YUV 186.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 113 220 211 0.49 0 0.04 0.14 174.95 0.6 0.65
Hex 71 DC D3 31 0 4 E AF 3C 41
Octal 161 334 323 61 0 4 16 257 74 101
Binary 1110001 11011100 11010011 110001 0 100 1110 10101111 111100 1000001

Color Harmonies of #71DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCD3

Black with #71DCD3

Text Example


Text Example

White with #71DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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