Html Css Color HEX #71DBCE Downy

📋 copy color: '#71DBCE'

red 113 ◦ green 219 ◦ blue 206

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

Shades of Downy #71DBCE

Tints of Downy #71DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 21%
G = 40.71%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#71DBCE (or 0x71DBCE) is known color: Downy. HEX triplet: 71, DB and CE. RGB value is (113,219,206). Sum of RGB (Red+Green+Blue) = 113+219+206=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBCE is #8E2431. Grayscale: #B9B9B9. Windows color (decimal): -9315378 or 13556593. OLE color: 13556593.

HSL color Cylindrical-coordinate representation of color #71DBCE: hue angle of 172.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBCE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 206 -
CMYK 0.48 0 0.06 0.14
HSL 172.64º 0.6% 0.65% -
HSV(B) 172.64º 0.48% 0.86% -
XYZ 43.28 58.63 67.43 -
YUV 185.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 113 219 206 0.48 0 0.06 0.14 172.64 0.6 0.65
Hex 71 DB CE 30 0 6 E AD 3C 41
Octal 161 333 316 60 0 6 16 255 74 101
Binary 1110001 11011011 11001110 110000 0 110 1110 10101101 111100 1000001

Color Harmonies of #71DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBCE

Black with #71DBCE

Text Example


Text Example

White with #71DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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