Html Css Color HEX #71DECD Downy

📋 copy color: '#71DECD'

red 113 ◦ green 222 ◦ blue 205

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

Shades of Downy #71DECD

Tints of Downy #71DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

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

R = 20.93%
G = 41.11%
B = 37.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#71DECD (or 0x71DECD) is known color: Downy. HEX triplet: 71, DE and CD. RGB value is (113,222,205). Sum of RGB (Red+Green+Blue) = 113+222+205=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #71DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DECD is #8E2132. Grayscale: #BBBBBB. Windows color (decimal): -9314611 or 13491825. OLE color: 13491825.

HSL color Cylindrical-coordinate representation of color #71DECD: hue angle of 170.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DECD is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 205 -
CMYK 0.49 0 0.08 0.13
HSL 170.64º 0.62% 0.66% -
HSV(B) 170.64º 0.49% 0.87% -
XYZ 43.95 60.16 67.05 -
YUV 187.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 113 222 205 0.49 0 0.08 0.13 170.64 0.62 0.66
Hex 71 DE CD 31 0 8 D AB 3E 42
Octal 161 336 315 61 0 10 15 253 76 102
Binary 1110001 11011110 11001101 110001 0 1000 1101 10101011 111110 1000010

Color Harmonies of #71DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DECD

Black with #71DECD

Text Example


Text Example

White with #71DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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