#709DBC

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

Shades of Shakespeare #709DBC

Tints of Shakespeare #709DBC

Color information

#709DBC (or 0x709DBC) is unknown color: approx Shakespeare. HEX triplet: 70, 9D and BC. RGB value is (112,157,188). Sum of RGB (Red+Green+Blue) = 112+157+188=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #709DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DBC is #8F6243. Grayscale: #929292. Windows color (decimal): -9396804 or 12361072. OLE color: 12361072.

HSL color Cylindrical-coordinate representation of color #709DBC: hue angle of 204.47º 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 #709DBC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112157188-
CMYK0.400.1600.26
HSL204.47º36.19%58.82%-
HSV(B)204.47º40.43%73.73%-
XYZ27.8231.1952.13-
YUV147.08151.09102.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=24.51%
G=34.35%
B=41.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121571880.400.1600.26204.4736.1958.82
Hex709DBC281001Acc243b
Octal16023527450200323144473
Binary111000010011101101111001010001000001101011001100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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