Html Css Color HEX #71DACF Downy

📋 copy color: '#71DACF'

red 113 ◦ green 218 ◦ blue 207

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

Shades of Downy #71DACF

Tints of Downy #71DACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 21%
G = 40.52%
B = 38.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#71DACF (or 0x71DACF) is known color: Downy. HEX triplet: 71, DA and CF. RGB value is (113,218,207). Sum of RGB (Red+Green+Blue) = 113+218+207=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #71DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DACF is #8E2530. Grayscale: #B9B9B9. Windows color (decimal): -9315633 or 13621873. OLE color: 13621873.

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

Color convert

RGB 113 218 207 -
CMYK 0.48 0 0.05 0.15
HSL 173.71º 0.59% 0.65% -
HSV(B) 173.71º 0.48% 0.85% -
XYZ 43.14 58.16 67.98 -
YUV 185.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 113 218 207 0.48 0 0.05 0.15 173.71 0.59 0.65
Hex 71 DA CF 30 0 5 F AE 3B 41
Octal 161 332 317 60 0 5 17 256 73 101
Binary 1110001 11011010 11001111 110000 0 101 1111 10101110 111011 1000001

Color Harmonies of #71DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DACF

Black with #71DACF

Text Example


Text Example

White with #71DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,207); }

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

background-color css

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

 a { background-color: rgb(113,218,207); }

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

border-color css

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

 span { border-color: rgb(113,218,207); }

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