Html Css Color HEX #71DBC2 Downy

📋 copy color: '#71DBC2'

red 113 ◦ green 219 ◦ blue 194

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

Shades of Downy #71DBC2

Tints of Downy #71DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 21.48%
G = 41.63%
B = 36.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#71DBC2 (or 0x71DBC2) is known color: Downy. HEX triplet: 71, DB and C2. RGB value is (113,219,194). Sum of RGB (Red+Green+Blue) = 113+219+194=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBC2 is #8E243D. Grayscale: #B8B8B8. Windows color (decimal): -9315390 or 12770161. OLE color: 12770161.

HSL color Cylindrical-coordinate representation of color #71DBC2: hue angle of 165.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBC2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 194 -
CMYK 0.48 0 0.11 0.14
HSL 165.85º 0.6% 0.65% -
HSV(B) 165.85º 0.48% 0.86% -
XYZ 41.88 58.07 60.04 -
YUV 184.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 113 219 194 0.48 0 0.11 0.14 165.85 0.6 0.65
Hex 71 DB C2 30 0 B E A6 3C 41
Octal 161 333 302 60 0 13 16 246 74 101
Binary 1110001 11011011 11000010 110000 0 1011 1110 10100110 111100 1000001

Color Harmonies of #71DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBC2

Black with #71DBC2

Text Example


Text Example

White with #71DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,194); }

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

background-color css

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

 a { background-color: rgb(113,219,194); }

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

border-color css

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

 span { border-color: rgb(113,219,194); }

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