Html Css Color HEX #709DAE Shakespeare

📋 copy color: '#709DAE'

red 112 ◦ green 157 ◦ blue 174

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

Shades of Shakespeare #709DAE

Tints of Shakespeare #709DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.44%

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

R = 25.28%
G = 35.44%
B = 39.28%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#709DAE (or 0x709DAE) is known color: Shakespeare. HEX triplet: 70, 9D and AE. RGB value is (112,157,174). Sum of RGB (Red+Green+Blue) = 112+157+174=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #709DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DAE is #8F6251. Grayscale: #919191. Windows color (decimal): -9396818 or 11443568. OLE color: 11443568.

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

Color convert

RGB 112 157 174 -
CMYK 0.36 0.10 0 0.32
HSL 196.45º 0.28% 0.56% -
HSV(B) 196.45º 0.36% 0.68% -
XYZ 26.38 30.61 44.56 -
YUV 145.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 112 157 174 0.36 0.10 0 0.32 196.45 0.28 0.56
Hex 70 9D AE 24 A 0 20 C4 1C 38
Octal 160 235 256 44 12 0 40 304 34 70
Binary 1110000 10011101 10101110 100100 1010 0 100000 11000100 11100 111000

Color Harmonies of #709DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DAE

Black with #709DAE

Text Example


Text Example

White with #709DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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