#709FBF

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

Shades of Shakespeare #709FBF

Tints of Shakespeare #709FBF

Color information

#709FBF (or 0x709FBF) is unknown color: approx Shakespeare. HEX triplet: 70, 9F and BF. RGB value is (112,159,191). Sum of RGB (Red+Green+Blue) = 112+159+191=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #709FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FBF is #8F6040. Grayscale: #949494. Windows color (decimal): -9396289 or 12558192. OLE color: 12558192.

HSL color Cylindrical-coordinate representation of color #709FBF: hue angle of 204.3º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709FBF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112159191-
CMYK0.410.1700.25
HSL204.3º38.16%59.41%-
HSV(B)204.3º41.36%74.9%-
XYZ28.483253.97-
YUV148.6151.93101.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 191 (75% from 255) = 41.34%
R=24.24%
G=34.42%
B=41.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121591910.410.1700.25204.338.1659.41
Hex709FBF2911019cc263b
Octal16023727751210313144673
Binary111000010011111101111111010011000101100111001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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