Html Css Color HEX #71D9CC Downy

📋 copy color: '#71D9CC'

red 113 ◦ green 217 ◦ blue 204

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

Shades of Downy #71D9CC

Tints of Downy #71D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

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

R = 21.16%
G = 40.64%
B = 38.2%

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

#71D9CC (or 0x71D9CC) is known color: Downy. HEX triplet: 71, D9 and CC. RGB value is (113,217,204). Sum of RGB (Red+Green+Blue) = 113+217+204=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #71D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D9CC is #8E2633. Grayscale: #B8B8B8. Windows color (decimal): -9315892 or 13425009. OLE color: 13425009.

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

Color convert

RGB 113 217 204 -
CMYK 0.48 0 0.06 0.15
HSL 172.5º 0.58% 0.65% -
HSV(B) 172.5º 0.48% 0.85% -
XYZ 42.52 57.5 65.98 -
YUV 184.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 113 217 204 0.48 0 0.06 0.15 172.5 0.58 0.65
Hex 71 D9 CC 30 0 6 F AC 3A 41
Octal 161 331 314 60 0 6 17 254 72 101
Binary 1110001 11011001 11001100 110000 0 110 1111 10101100 111010 1000001

Color Harmonies of #71D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D9CC

Black with #71D9CC

Text Example


Text Example

White with #71D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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