Html Css Color HEX #71CACB Downy

📋 copy color: '#71CACB'

red 113 ◦ green 202 ◦ blue 203

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

Shades of Downy #71CACB

Tints of Downy #71CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 21.81%
G = 39%
B = 39.19%

CMYK

 C value IS 0.44

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71CACB (or 0x71CACB) is known color: Downy. HEX triplet: 71, CA and CB. RGB value is (113,202,203). Sum of RGB (Red+Green+Blue) = 113+202+203=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #71CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CACB is #8E3534. Grayscale: #AFAFAF. Windows color (decimal): -9319733 or 13355633. OLE color: 13355633.

HSL color Cylindrical-coordinate representation of color #71CACB: hue angle of 180.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CACB is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 202 203 -
CMYK 0.44 0.00 0 0.20
HSL 180.67º 0.46% 0.62% -
HSV(B) 180.67º 0.44% 0.8% -
XYZ 38.71 50.06 64.12 -
YUV 175.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 113 202 203 0.44 0.00 0 0.20 180.67 0.46 0.62
Hex 71 CA CB 2C 0 0 14 B5 2E 3E
Octal 161 312 313 54 0 0 24 265 56 76
Binary 1110001 11001010 11001011 101100 0 0 10100 10110101 101110 111110

Color Harmonies of #71CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CACB

Black with #71CACB

Text Example


Text Example

White with #71CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,202,203); }

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

background-color css

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

 a { background-color: rgb(113,202,203); }

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

border-color css

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

 span { border-color: rgb(113,202,203); }

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