#70A3C3

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

Shades of Shakespeare #70A3C3

Tints of Shakespeare #70A3C3

Color information

#70A3C3 (or 0x70A3C3) is unknown color: approx Shakespeare. HEX triplet: 70, A3 and C3. RGB value is (112,163,195). Sum of RGB (Red+Green+Blue) = 112+163+195=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #70A3C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3C3 is #8F5C3C. Grayscale: #979797. Windows color (decimal): -9395261 or 12821360. OLE color: 12821360.

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

Color convert

RGB112163195-
CMYK0.430.1600.24
HSL203.13º40.89%60.2%-
HSV(B)203.13º42.56%76.47%-
XYZ29.6333.5856.55-
YUV151.4152.699.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=23.83%
G=34.68%
B=41.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121631950.430.1600.24203.1340.8960.2
Hex70A3C32B10018cb293c
Octal16024330353200303135174
Binary111000010100011110000111010111000001100011001011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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