Html Css Color HEX #71CECA Downy

📋 copy color: '#71CECA'

red 113 ◦ green 206 ◦ blue 202

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

Shades of Downy #71CECA

Tints of Downy #71CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.54%

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 21.69%
G = 39.54%
B = 38.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#71CECA (or 0x71CECA) is known color: Downy. HEX triplet: 71, CE and CA. RGB value is (113,206,202). Sum of RGB (Red+Green+Blue) = 113+206+202=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #71CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CECA is #8E3135. Grayscale: #B1B1B1. Windows color (decimal): -9318710 or 13291121. OLE color: 13291121.

HSL color Cylindrical-coordinate representation of color #71CECA: hue angle of 177.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CECA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 202 -
CMYK 0.45 0 0.02 0.19
HSL 177.42º 0.49% 0.63% -
HSV(B) 177.42º 0.45% 0.81% -
XYZ 39.54 51.92 63.81 -
YUV 177.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 113 206 202 0.45 0 0.02 0.19 177.42 0.49 0.63
Hex 71 CE CA 2D 0 2 13 B1 31 3F
Octal 161 316 312 55 0 2 23 261 61 77
Binary 1110001 11001110 11001010 101101 0 10 10011 10110001 110001 111111

Color Harmonies of #71CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CECA

Black with #71CECA

Text Example


Text Example

White with #71CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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