Html Css Color HEX #71CDC7 Downy

📋 copy color: '#71CDC7'

red 113 ◦ green 205 ◦ blue 199

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

Shades of Downy #71CDC7

Tints of Downy #71CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 199 (78.13% from 255) = 38.49%

R = 21.86%
G = 39.65%
B = 38.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#71CDC7 (or 0x71CDC7) is known color: Downy. HEX triplet: 71, CD and C7. RGB value is (113,205,199). Sum of RGB (Red+Green+Blue) = 113+205+199=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDC7 is #8E3238. Grayscale: #B0B0B0. Windows color (decimal): -9318969 or 13094257. OLE color: 13094257.

HSL color Cylindrical-coordinate representation of color #71CDC7: hue angle of 176.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDC7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 199 -
CMYK 0.45 0 0.03 0.20
HSL 176.09º 0.48% 0.62% -
HSV(B) 176.09º 0.45% 0.8% -
XYZ 38.95 51.3 61.88 -
YUV 176.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 113 205 199 0.45 0 0.03 0.20 176.09 0.48 0.62
Hex 71 CD C7 2D 0 3 14 B0 30 3E
Octal 161 315 307 55 0 3 24 260 60 76
Binary 1110001 11001101 11000111 101101 0 11 10100 10110000 110000 111110

Color Harmonies of #71CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDC7

Black with #71CDC7

Text Example


Text Example

White with #71CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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