#71A1BB

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

Shades of Shakespeare #71A1BB

Tints of Shakespeare #71A1BB

Color information

#71A1BB (or 0x71A1BB) is unknown color: approx Shakespeare. HEX triplet: 71, A1 and BB. RGB value is (113,161,187). Sum of RGB (Red+Green+Blue) = 113+161+187=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #71A1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A1BB is #8E5E44. Grayscale: #959595. Windows color (decimal): -9330245 or 12296561. OLE color: 12296561.

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

Color convert

RGB113161187-
CMYK0.400.1400.27
HSL201.08º35.24%58.82%-
HSV(B)201.08º39.57%73.33%-
XYZ28.5232.5951.8-
YUV149.61149.1101.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=24.51%
G=34.92%
B=40.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131611870.400.1400.27201.0835.2458.82
Hex71A1BB28E01Bc9233b
Octal16124127350160333114373
Binary11100011010000110111011101000111001101111001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,161,187); }

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

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

 a { background-color: rgb(113,161,187); }

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

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

 span { border-color: rgb(113,161,187); }

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