#709BAE

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

Shades of Shakespeare #709BAE

Tints of Shakespeare #709BAE

Color information

#709BAE (or 0x709BAE) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and AE. RGB value is (112,155,174). Sum of RGB (Red+Green+Blue) = 112+155+174=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #709BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BAE is #8F6451. Grayscale: #909090. Windows color (decimal): -9397330 or 11443056. OLE color: 11443056.

HSL color Cylindrical-coordinate representation of color #709BAE: hue angle of 198.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709BAE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112155174-
CMYK0.360.1100.32
HSL198.39º27.68%56.08%-
HSV(B)198.39º35.63%68.24%-
XYZ26.0429.9444.45-
YUV144.31144.75104.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=25.40%
G=35.15%
B=39.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121551740.360.1100.32198.3927.6856.08
Hex709BAE24B020c61c38
Octal16023325644130403063470
Binary11100001001101110101110100100101101000001100011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709BAE; }

 p { color: rgb(112,155,174); }

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

<style>
 a { background-color: #709BAE; }

 a { background-color: rgb(112,155,174); }

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

<style>
 span { border-color: #709BAE; }

 span { border-color: rgb(112,155,174); }

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