Html Css Color HEX #709DAD Shakespeare

📋 copy color: '#709DAD'

red 112 ◦ green 157 ◦ blue 173

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

Shades of Shakespeare #709DAD

Tints of Shakespeare #709DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 25.34%
G = 35.52%
B = 39.14%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#709DAD (or 0x709DAD) is known color: Shakespeare. HEX triplet: 70, 9D and AD. RGB value is (112,157,173). Sum of RGB (Red+Green+Blue) = 112+157+173=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #709DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DAD is #8F6252. Grayscale: #919191. Windows color (decimal): -9396819 or 11378032. OLE color: 11378032.

HSL color Cylindrical-coordinate representation of color #709DAD: hue angle of 195.74º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709DAD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 157 173 -
CMYK 0.35 0.09 0 0.32
HSL 195.74º 0.27% 0.56% -
HSV(B) 195.74º 0.35% 0.68% -
XYZ 26.28 30.58 44.05 -
YUV 145.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 112 157 173 0.35 0.09 0 0.32 195.74 0.27 0.56
Hex 70 9D AD 23 9 0 20 C4 1B 38
Octal 160 235 255 43 11 0 40 304 33 70
Binary 1110000 10011101 10101101 100011 1001 0 100000 11000100 11011 111000

Color Harmonies of #709DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DAD

Black with #709DAD

Text Example


Text Example

White with #709DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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