Html Css Color HEX #71CEC8 Downy

📋 copy color: '#71CEC8'

red 113 ◦ green 206 ◦ blue 200

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

Shades of Downy #71CEC8

Tints of Downy #71CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 21.77%
G = 39.69%
B = 38.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#71CEC8 (or 0x71CEC8) is known color: Downy. HEX triplet: 71, CE and C8. RGB value is (113,206,200). Sum of RGB (Red+Green+Blue) = 113+206+200=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEC8 is #8E3137. Grayscale: #B1B1B1. Windows color (decimal): -9318712 or 13160049. OLE color: 13160049.

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

Color convert

RGB 113 206 200 -
CMYK 0.45 0 0.03 0.19
HSL 176.13º 0.49% 0.63% -
HSV(B) 176.13º 0.45% 0.81% -
XYZ 39.31 51.82 62.57 -
YUV 177.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 113 206 200 0.45 0 0.03 0.19 176.13 0.49 0.63
Hex 71 CE C8 2D 0 3 13 B0 31 3F
Octal 161 316 310 55 0 3 23 260 61 77
Binary 1110001 11001110 11001000 101101 0 11 10011 10110000 110001 111111

Color Harmonies of #71CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEC8

Black with #71CEC8

Text Example


Text Example

White with #71CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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