Html Css Color HEX #709AAE Shakespeare

📋 copy color: '#709AAE'

red 112 ◦ green 154 ◦ blue 174

#709AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #709AAE

Tints of Shakespeare #709AAE

RGB

 RED value IS 112 (44.14% from 255) = 25.45%

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 25.45%
G = 35%
B = 39.55%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#709AAE (or 0x709AAE) is known color: Shakespeare. HEX triplet: 70, 9A and AE. RGB value is (112,154,174). Sum of RGB (Red+Green+Blue) = 112+154+174=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #709AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAE is #8F6551. Grayscale: #8F8F8F. Windows color (decimal): -9397586 or 11442800. OLE color: 11442800.

HSL color Cylindrical-coordinate representation of color #709AAE: hue angle of 199.35º 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 #709AAE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 154 174 -
CMYK 0.36 0.11 0 0.32
HSL 199.35º 0.28% 0.56% -
HSV(B) 199.35º 0.36% 0.68% -
XYZ 25.88 29.61 44.4 -
YUV 143.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 112 154 174 0.36 0.11 0 0.32 199.35 0.28 0.56
Hex 70 9A AE 24 B 0 20 C7 1C 38
Octal 160 232 256 44 13 0 40 307 34 70
Binary 1110000 10011010 10101110 100100 1011 0 100000 11000111 11100 111000

Color Harmonies of #709AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AAE

Black with #709AAE

Text Example


Text Example

White with #709AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709AAE; }

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

 H1.HeaderClassName
 {
   color: #709AAE;
 }
 .AnyTagClassName
 {
   color: #709AAE;
 }
</style>

background-color css

<style>
 a { background-color: #709AAE; }

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

 div.DivClassName
 {
   background-color: #709AAE;
 }
 .BgClassName
 {
   background-color: #709AAE;
 }
</style>

border-color css

<style>
 span { border-color: #709AAE; }

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

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