Html Css Color HEX #71D8CB Downy

📋 copy color: '#71D8CB'

red 113 ◦ green 216 ◦ blue 203

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

Shades of Downy #71D8CB

Tints of Downy #71D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

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

R = 21.24%
G = 40.6%
B = 38.16%

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

#71D8CB (or 0x71D8CB) is known color: Downy. HEX triplet: 71, D8 and CB. RGB value is (113,216,203). Sum of RGB (Red+Green+Blue) = 113+216+203=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8CB is #8E2734. Grayscale: #B7B7B7. Windows color (decimal): -9316149 or 13359217. OLE color: 13359217.

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

Color convert

RGB 113 216 203 -
CMYK 0.48 0 0.06 0.15
HSL 172.43º 0.57% 0.65% -
HSV(B) 172.43º 0.48% 0.85% -
XYZ 42.15 56.93 65.27 -
YUV 183.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 113 216 203 0.48 0 0.06 0.15 172.43 0.57 0.65
Hex 71 D8 CB 30 0 6 F AC 39 41
Octal 161 330 313 60 0 6 17 254 71 101
Binary 1110001 11011000 11001011 110000 0 110 1111 10101100 111001 1000001

Color Harmonies of #71D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D8CB

Black with #71D8CB

Text Example


Text Example

White with #71D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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