#709FBC

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

Shades of Shakespeare #709FBC

Tints of Shakespeare #709FBC

Color information

#709FBC (or 0x709FBC) is unknown color: approx Shakespeare. HEX triplet: 70, 9F and BC. RGB value is (112,159,188). Sum of RGB (Red+Green+Blue) = 112+159+188=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #709FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FBC is #8F6043. Grayscale: #949494. Windows color (decimal): -9396292 or 12361584. OLE color: 12361584.

HSL color Cylindrical-coordinate representation of color #709FBC: hue angle of 202.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709FBC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112159188-
CMYK0.400.1500.26
HSL202.89º36.19%58.82%-
HSV(B)202.89º40.43%73.73%-
XYZ28.1631.8752.24-
YUV148.25150.43102.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=24.40%
G=34.64%
B=40.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121591880.400.1500.26202.8936.1958.82
Hex709FBC28F01Acb243b
Octal16023727450170323134473
Binary11100001001111110111100101000111101101011001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,159,188); }

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

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

 a { background-color: rgb(112,159,188); }

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

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

 span { border-color: rgb(112,159,188); }

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