Html Css Color HEX #71DACC Downy

📋 copy color: '#71DACC'

red 113 ◦ green 218 ◦ blue 204

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

Shades of Downy #71DACC

Tints of Downy #71DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 21.12%
G = 40.75%
B = 38.13%

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

#71DACC (or 0x71DACC) is known color: Downy. HEX triplet: 71, DA and CC. RGB value is (113,218,204). Sum of RGB (Red+Green+Blue) = 113+218+204=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #71DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DACC is #8E2533. Grayscale: #B8B8B8. Windows color (decimal): -9315636 or 13425265. OLE color: 13425265.

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

Color convert

RGB 113 218 204 -
CMYK 0.48 0 0.06 0.15
HSL 172º 0.59% 0.65% -
HSV(B) 172º 0.48% 0.85% -
XYZ 42.78 58.01 66.07 -
YUV 185.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 113 218 204 0.48 0 0.06 0.15 172 0.59 0.65
Hex 71 DA CC 30 0 6 F AC 3B 41
Octal 161 332 314 60 0 6 17 254 73 101
Binary 1110001 11011010 11001100 110000 0 110 1111 10101100 111011 1000001

Color Harmonies of #71DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DACC

Black with #71DACC

Text Example


Text Example

White with #71DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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