#71A0BA

Color #71A0BA Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #71A0BA

Tints of Shakespeare #71A0BA

Color information

#71A0BA (or 0x71A0BA) is unknown color: approx Shakespeare. HEX triplet: 71, A0 and BA. RGB value is (113,160,186). Sum of RGB (Red+Green+Blue) = 113+160+186=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #71A0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A0BA is #8E5F45. Grayscale: #949494. Windows color (decimal): -9330502 or 12230769. OLE color: 12230769.

HSL color Cylindrical-coordinate representation of color #71A0BA: hue angle of 201.37º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71A0BA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113160186-
CMYK0.390.1400.27
HSL201.37º34.6%58.63%-
HSV(B)201.37º39.25%72.94%-
XYZ28.2432.251.18-
YUV148.91148.93102.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.62%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=24.62%
G=34.86%
B=40.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131601860.390.1400.27201.3734.658.63
Hex71A0BA27E01Bc9233b
Octal16124027247160333114373
Binary11100011010000010111010100111111001101111001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A0BA;
 }
 .AnyTagClassName
 {
   color: #71A0BA;
 }
</style>
background-color css

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

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

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

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

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

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