#7099AE

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

Shades of Shakespeare #7099AE

Tints of Shakespeare #7099AE

Color information

#7099AE (or 0x7099AE) is unknown color: approx Shakespeare. HEX triplet: 70, 99 and AE. RGB value is (112,153,174). Sum of RGB (Red+Green+Blue) = 112+153+174=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #7099AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7099AE is #8F6651. Grayscale: #8F8F8F. Windows color (decimal): -9397842 or 11442544. OLE color: 11442544.

HSL color Cylindrical-coordinate representation of color #7099AE: hue angle of 200.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7099AE is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112153174-
CMYK0.360.1200.32
HSL200.32º27.68%56.08%-
HSV(B)200.32º35.63%68.24%-
XYZ25.7129.2844.34-
YUV143.14145.42105.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=25.51%
G=34.85%
B=39.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121531740.360.1200.32200.3227.6856.08
Hex7099AE24C020c81c38
Octal16023125644140403103470
Binary11100001001100110101110100100110001000001100100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7099AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7099AE; }

 p { color: rgb(112,153,174); }

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

<style>
 a { background-color: #7099AE; }

 a { background-color: rgb(112,153,174); }

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

<style>
 span { border-color: #7099AE; }

 span { border-color: rgb(112,153,174); }

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