Html Css Color HEX #71DBCB Downy

📋 copy color: '#71DBCB'

red 113 ◦ green 219 ◦ blue 203

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

Shades of Downy #71DBCB

Tints of Downy #71DBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 21.12%
G = 40.93%
B = 37.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#71DBCB (or 0x71DBCB) is known color: Downy. HEX triplet: 71, DB and CB. RGB value is (113,219,203). Sum of RGB (Red+Green+Blue) = 113+219+203=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBCB is #8E2434. Grayscale: #B9B9B9. Windows color (decimal): -9315381 or 13359985. OLE color: 13359985.

HSL color Cylindrical-coordinate representation of color #71DBCB: hue angle of 170.94º 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 #71DBCB is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 203 -
CMYK 0.48 0 0.07 0.14
HSL 170.94º 0.6% 0.65% -
HSV(B) 170.94º 0.48% 0.86% -
XYZ 42.92 58.49 65.53 -
YUV 185.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 113 219 203 0.48 0 0.07 0.14 170.94 0.6 0.65
Hex 71 DB CB 30 0 7 E AB 3C 41
Octal 161 333 313 60 0 7 16 253 74 101
Binary 1110001 11011011 11001011 110000 0 111 1110 10101011 111100 1000001

Color Harmonies of #71DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBCB

Black with #71DBCB

Text Example


Text Example

White with #71DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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