#70A0BD

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

Shades of Shakespeare #70A0BD

Tints of Shakespeare #70A0BD

Color information

#70A0BD (or 0x70A0BD) is unknown color: approx Shakespeare. HEX triplet: 70, A0 and BD. RGB value is (112,160,189). Sum of RGB (Red+Green+Blue) = 112+160+189=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #70A0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A0BD is #8F5F42. Grayscale: #949494. Windows color (decimal): -9396035 or 12427376. OLE color: 12427376.

HSL color Cylindrical-coordinate representation of color #70A0BD: hue angle of 202.6º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70A0BD is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112160189-
CMYK0.410.1500.26
HSL202.6º36.84%59.02%-
HSV(B)202.6º40.74%74.12%-
XYZ28.4432.2652.87-
YUV148.95150.6101.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=24.30%
G=34.71%
B=41.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121601890.410.1500.26202.636.8459.02
Hex70A0BD29F01Acb253b
Octal16024027551170323134573
Binary11100001010000010111101101001111101101011001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A0BD; }

 p { color: rgb(112,160,189); }

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

<style>
 a { background-color: #70A0BD; }

 a { background-color: rgb(112,160,189); }

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

<style>
 span { border-color: #70A0BD; }

 span { border-color: rgb(112,160,189); }

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