Html Css Color HEX #71DACE Downy

📋 copy color: '#71DACE'

red 113 ◦ green 218 ◦ blue 206

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

Shades of Downy #71DACE

Tints of Downy #71DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 21.04%
G = 40.6%
B = 38.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#71DACE (or 0x71DACE) is known color: Downy. HEX triplet: 71, DA and CE. RGB value is (113,218,206). Sum of RGB (Red+Green+Blue) = 113+218+206=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #71DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DACE is #8E2531. Grayscale: #B9B9B9. Windows color (decimal): -9315634 or 13556337. OLE color: 13556337.

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

Color convert

RGB 113 218 206 -
CMYK 0.48 0 0.06 0.15
HSL 173.14º 0.59% 0.65% -
HSV(B) 173.14º 0.48% 0.85% -
XYZ 43.02 58.11 67.34 -
YUV 185.24 139.71 76.48 -
System Red Green Blue C M Y K H S L
Decimal 113 218 206 0.48 0 0.06 0.15 173.14 0.59 0.65
Hex 71 DA CE 30 0 6 F AD 3B 41
Octal 161 332 316 60 0 6 17 255 73 101
Binary 1110001 11011010 11001110 110000 0 110 1111 10101101 111011 1000001

Color Harmonies of #71DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DACE

Black with #71DACE

Text Example


Text Example

White with #71DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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