Html Css Color HEX #71D8CF Downy

📋 copy color: '#71D8CF'

red 113 ◦ green 216 ◦ blue 207

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

Shades of Downy #71D8CF

Tints of Downy #71D8CF

RGB

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

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

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

R = 21.08%
G = 40.3%
B = 38.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#71D8CF (or 0x71D8CF) is known color: Downy. HEX triplet: 71, D8 and CF. RGB value is (113,216,207). Sum of RGB (Red+Green+Blue) = 113+216+207=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8CF is #8E2730. Grayscale: #B8B8B8. Windows color (decimal): -9316145 or 13621361. OLE color: 13621361.

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

Color convert

RGB 113 216 207 -
CMYK 0.48 0 0.04 0.15
HSL 174.76º 0.57% 0.65% -
HSV(B) 174.76º 0.48% 0.85% -
XYZ 42.63 57.13 67.81 -
YUV 184.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 113 216 207 0.48 0 0.04 0.15 174.76 0.57 0.65
Hex 71 D8 CF 30 0 4 F AF 39 41
Octal 161 330 317 60 0 4 17 257 71 101
Binary 1110001 11011000 11001111 110000 0 100 1111 10101111 111001 1000001

Color Harmonies of #71D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D8CF

Black with #71D8CF

Text Example


Text Example

White with #71D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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