#70A1BE

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

Shades of Shakespeare #70A1BE

Tints of Shakespeare #70A1BE

Color information

#70A1BE (or 0x70A1BE) is unknown color: approx Shakespeare. HEX triplet: 70, A1 and BE. RGB value is (112,161,190). Sum of RGB (Red+Green+Blue) = 112+161+190=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #70A1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A1BE is #8F5E41. Grayscale: #959595. Windows color (decimal): -9395778 or 12493168. OLE color: 12493168.

HSL color Cylindrical-coordinate representation of color #70A1BE: hue angle of 202.31º 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 #70A1BE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112161190-
CMYK0.410.1500.25
HSL202.31º37.5%59.22%-
HSV(B)202.31º41.05%74.51%-
XYZ28.7232.6553.5-
YUV149.66150.77101.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=24.19%
G=34.77%
B=41.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121611900.410.1500.25202.3137.559.22
Hex70A1BE29F019ca263b
Octal16024127651170313124673
Binary11100001010000110111110101001111101100111001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,161,190); }

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

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

 a { background-color: rgb(112,161,190); }

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

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

 span { border-color: rgb(112,161,190); }

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