Html Css Color HEX #71DDCE Downy

📋 copy color: '#71DDCE'

red 113 ◦ green 221 ◦ blue 206

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

Shades of Downy #71DDCE

Tints of Downy #71DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.93%

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

R = 20.93%
G = 40.93%
B = 38.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#71DDCE (or 0x71DDCE) is known color: Downy. HEX triplet: 71, DD and CE. RGB value is (113,221,206). Sum of RGB (Red+Green+Blue) = 113+221+206=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDCE is #8E2231. Grayscale: #BABABA. Windows color (decimal): -9314866 or 13557105. OLE color: 13557105.

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

Color convert

RGB 113 221 206 -
CMYK 0.49 0 0.07 0.13
HSL 171.67º 0.61% 0.65% -
HSV(B) 171.67º 0.49% 0.87% -
XYZ 43.81 59.68 67.6 -
YUV 187 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 113 221 206 0.49 0 0.07 0.13 171.67 0.61 0.65
Hex 71 DD CE 31 0 7 D AC 3D 41
Octal 161 335 316 61 0 7 15 254 75 101
Binary 1110001 11011101 11001110 110001 0 111 1101 10101100 111101 1000001

Color Harmonies of #71DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDCE

Black with #71DDCE

Text Example


Text Example

White with #71DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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