Html Css Color HEX #71DAC9 Downy

📋 copy color: '#71DAC9'

red 113 ◦ green 218 ◦ blue 201

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

Shades of Downy #71DAC9

Tints of Downy #71DAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 21.24%
G = 40.98%
B = 37.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#71DAC9 (or 0x71DAC9) is known color: Downy. HEX triplet: 71, DA and C9. RGB value is (113,218,201). Sum of RGB (Red+Green+Blue) = 113+218+201=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DAC9 is #8E2536. Grayscale: #B8B8B8. Windows color (decimal): -9315639 or 13228657. OLE color: 13228657.

HSL color Cylindrical-coordinate representation of color #71DAC9: hue angle of 170.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAC9 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 201 -
CMYK 0.48 0 0.08 0.15
HSL 170.29º 0.59% 0.65% -
HSV(B) 170.29º 0.48% 0.85% -
XYZ 42.42 57.87 64.19 -
YUV 184.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 113 218 201 0.48 0 0.08 0.15 170.29 0.59 0.65
Hex 71 DA C9 30 0 8 F AA 3B 41
Octal 161 332 311 60 0 10 17 252 73 101
Binary 1110001 11011010 11001001 110000 0 1000 1111 10101010 111011 1000001

Color Harmonies of #71DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DAC9

Black with #71DAC9

Text Example


Text Example

White with #71DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,201); }

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

background-color css

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

 a { background-color: rgb(113,218,201); }

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

border-color css

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

 span { border-color: rgb(113,218,201); }

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