#70a3c1

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

Shades of Shakespeare #70A3C1

Tints of Shakespeare #70A3C1

Color information

#70A3C1 (or 0x70A3C1) is unknown color: approx Shakespeare. HEX triplet: 70, A3 and C1. RGB value is (112,163,193). Sum of RGB (Red+Green+Blue) = 112+163+193=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #70A3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3C1 is #8F5C3E. Grayscale: #979797. Windows color (decimal): -9395263 or 12690288. OLE color: 12690288.

HSL color Cylindrical-coordinate representation of color #70A3C1: hue angle of 202.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70A3C1 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112163193-
CMYK0.420.1600.24
HSL202.22º39.51%59.8%-
HSV(B)202.22º41.97%75.69%-
XYZ29.433.4955.37-
YUV151.17151.6100.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=23.93%
G=34.83%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121631930.420.1600.24202.2239.5159.8
Hex70A3C12A10018ca283c
Octal16024330152200303125074
Binary111000010100011110000011010101000001100011001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a3c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,163,193); }

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

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

 a { background-color: rgb(112,163,193); }

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

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

 span { border-color: rgb(112,163,193); }

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