Html Css Color HEX #71D1CC Downy

📋 copy color: '#71D1CC'

red 113 ◦ green 209 ◦ blue 204

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

Shades of Downy #71D1CC

Tints of Downy #71D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

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

R = 21.48%
G = 39.73%
B = 38.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#71D1CC (or 0x71D1CC) is known color: Downy. HEX triplet: 71, D1 and CC. RGB value is (113,209,204). Sum of RGB (Red+Green+Blue) = 113+209+204=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #71D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D1CC is #8E2E33. Grayscale: #B3B3B3. Windows color (decimal): -9317940 or 13422961. OLE color: 13422961.

HSL color Cylindrical-coordinate representation of color #71D1CC: hue angle of 176.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D1CC is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 204 -
CMYK 0.46 0 0.02 0.18
HSL 176.88º 0.51% 0.63% -
HSV(B) 176.88º 0.46% 0.82% -
XYZ 40.51 53.47 65.31 -
YUV 179.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 113 209 204 0.46 0 0.02 0.18 176.88 0.51 0.63
Hex 71 D1 CC 2E 0 2 12 B1 33 3F
Octal 161 321 314 56 0 2 22 261 63 77
Binary 1110001 11010001 11001100 101110 0 10 10010 10110001 110011 111111

Color Harmonies of #71D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D1CC

Black with #71D1CC

Text Example


Text Example

White with #71D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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