#71A3BE

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

Shades of Shakespeare #71A3BE

Tints of Shakespeare #71A3BE

Color information

#71A3BE (or 0x71A3BE) is unknown color: approx Shakespeare. HEX triplet: 71, A3 and BE. RGB value is (113,163,190). Sum of RGB (Red+Green+Blue) = 113+163+190=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #71A3BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A3BE is #8E5C41. Grayscale: #969696. Windows color (decimal): -9329730 or 12493681. OLE color: 12493681.

HSL color Cylindrical-coordinate representation of color #71A3BE: hue angle of 201.04º 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 #71A3BE is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113163190-
CMYK0.410.1400.25
HSL201.04º37.2%59.41%-
HSV(B)201.04º40.53%74.51%-
XYZ29.233.4253.63-
YUV151.13149.94100.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=24.25%
G=34.98%
B=40.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131631900.410.1400.25201.0437.259.41
Hex71A3BE29E019c9253b
Octal16124327651160313114573
Binary11100011010001110111110101001111001100111001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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