Html Css Color HEX #71CECD Downy

📋 copy color: '#71CECD'

red 113 ◦ green 206 ◦ blue 205

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

Shades of Downy #71CECD

Tints of Downy #71CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 21.56%
G = 39.31%
B = 39.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#71CECD (or 0x71CECD) is known color: Downy. HEX triplet: 71, CE and CD. RGB value is (113,206,205). Sum of RGB (Red+Green+Blue) = 113+206+205=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #71CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CECD is #8E3132. Grayscale: #B1B1B1. Windows color (decimal): -9318707 or 13487729. OLE color: 13487729.

HSL color Cylindrical-coordinate representation of color #71CECD: hue angle of 179.35º 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 #71CECD is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 205 -
CMYK 0.45 0 0.00 0.19
HSL 179.35º 0.49% 0.63% -
HSV(B) 179.35º 0.45% 0.81% -
XYZ 39.9 52.06 65.7 -
YUV 178.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 113 206 205 0.45 0 0.00 0.19 179.35 0.49 0.63
Hex 71 CE CD 2D 0 0 13 B3 31 3F
Octal 161 316 315 55 0 0 23 263 61 77
Binary 1110001 11001110 11001101 101101 0 0 10011 10110011 110001 111111

Color Harmonies of #71CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CECD

Black with #71CECD

Text Example


Text Example

White with #71CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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