Html Css Color HEX #71D6CE Downy

📋 copy color: '#71D6CE'

red 113 ◦ green 214 ◦ blue 206

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

Shades of Downy #71D6CE

Tints of Downy #71D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 21.2%
G = 40.15%
B = 38.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#71D6CE (or 0x71D6CE) is known color: Downy. HEX triplet: 71, D6 and CE. RGB value is (113,214,206). Sum of RGB (Red+Green+Blue) = 113+214+206=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6CE is #8E2931. Grayscale: #B6B6B6. Windows color (decimal): -9316658 or 13555313. OLE color: 13555313.

HSL color Cylindrical-coordinate representation of color #71D6CE: hue angle of 175.25º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D6CE is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 214 206 -
CMYK 0.47 0 0.04 0.16
HSL 175.25º 0.55% 0.64% -
HSV(B) 175.25º 0.47% 0.84% -
XYZ 42 56.06 67 -
YUV 182.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 113 214 206 0.47 0 0.04 0.16 175.25 0.55 0.64
Hex 71 D6 CE 2F 0 4 10 AF 37 40
Octal 161 326 316 57 0 4 20 257 67 100
Binary 1110001 11010110 11001110 101111 0 100 10000 10101111 110111 1000000

Color Harmonies of #71D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D6CE

Black with #71D6CE

Text Example


Text Example

White with #71D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,214,206); }

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

background-color css

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

 a { background-color: rgb(113,214,206); }

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

border-color css

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

 span { border-color: rgb(113,214,206); }

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