Html Css Color HEX #71CDC9 Downy

📋 copy color: '#71CDC9'

red 113 ◦ green 205 ◦ blue 201

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

Shades of Downy #71CDC9

Tints of Downy #71CDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 21.77%
G = 39.5%
B = 38.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#71CDC9 (or 0x71CDC9) is known color: Downy. HEX triplet: 71, CD and C9. RGB value is (113,205,201). Sum of RGB (Red+Green+Blue) = 113+205+201=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDC9 is #8E3236. Grayscale: #B0B0B0. Windows color (decimal): -9318967 or 13225329. OLE color: 13225329.

HSL color Cylindrical-coordinate representation of color #71CDC9: hue angle of 177.39º 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 #71CDC9 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 201 -
CMYK 0.45 0 0.02 0.20
HSL 177.39º 0.48% 0.62% -
HSV(B) 177.39º 0.45% 0.8% -
XYZ 39.18 51.39 63.11 -
YUV 177.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 113 205 201 0.45 0 0.02 0.20 177.39 0.48 0.62
Hex 71 CD C9 2D 0 2 14 B1 30 3E
Octal 161 315 311 55 0 2 24 261 60 76
Binary 1110001 11001101 11001001 101101 0 10 10100 10110001 110000 111110

Color Harmonies of #71CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDC9

Black with #71CDC9

Text Example


Text Example

White with #71CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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