#709EAF

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

Shades of Shakespeare #709EAF

Tints of Shakespeare #709EAF

Color information

#709EAF (or 0x709EAF) is unknown color: approx Shakespeare. HEX triplet: 70, 9E and AF. RGB value is (112,158,175). Sum of RGB (Red+Green+Blue) = 112+158+175=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #709EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EAF is #8F6150. Grayscale: #929292. Windows color (decimal): -9396561 or 11509360. OLE color: 11509360.

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

Color convert

RGB112158175-
CMYK0.360.1000.31
HSL196.19º28.25%56.27%-
HSV(B)196.19º36%68.63%-
XYZ26.6530.9945.14-
YUV146.18144.26103.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=25.17%
G=35.51%
B=39.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121581750.360.1000.31196.1928.2556.27
Hex709EAF24A01Fc41c38
Octal16023625744120373043470
Binary1110000100111101010111110010010100111111100010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,175); }

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

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

 a { background-color: rgb(112,158,175); }

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

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

 span { border-color: rgb(112,158,175); }

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