Html Css Color HEX #71A0BE Shakespeare

📋 copy color: '#71A0BE'

red 113 ◦ green 160 ◦ blue 190

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

Shades of Shakespeare #71A0BE

Tints of Shakespeare #71A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 24.41%
G = 34.56%
B = 41.04%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71A0BE (or 0x71A0BE) is known color: Shakespeare. HEX triplet: 71, A0 and BE. RGB value is (113,160,190). Sum of RGB (Red+Green+Blue) = 113+160+190=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #71A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A0BE is #8E5F41. Grayscale: #959595. Windows color (decimal): -9330498 or 12492913. OLE color: 12492913.

HSL color Cylindrical-coordinate representation of color #71A0BE: hue angle of 203.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71A0BE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 160 190 -
CMYK 0.41 0.16 0 0.25
HSL 203.38º 0.37% 0.59% -
HSV(B) 203.38º 0.41% 0.75% -
XYZ 28.68 32.37 53.45 -
YUV 149.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 113 160 190 0.41 0.16 0 0.25 203.38 0.37 0.59
Hex 71 A0 BE 29 10 0 19 CB 25 3B
Octal 161 240 276 51 20 0 31 313 45 73
Binary 1110001 10100000 10111110 101001 10000 0 11001 11001011 100101 111011

Color Harmonies of #71A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A0BE

Black with #71A0BE

Text Example


Text Example

White with #71A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,160,190); }

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

background-color css

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

 a { background-color: rgb(113,160,190); }

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

border-color css

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

 span { border-color: rgb(113,160,190); }

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