Html Css Color HEX #709FB3 Shakespeare

📋 copy color: '#709FB3'

red 112 ◦ green 159 ◦ blue 179

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

Shades of Shakespeare #709FB3

Tints of Shakespeare #709FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.33%

 BLUE value IS 179 (70.31% from 255) = 39.78%

R = 24.89%
G = 35.33%
B = 39.78%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#709FB3 (or 0x709FB3) is known color: Shakespeare. HEX triplet: 70, 9F and B3. RGB value is (112,159,179). Sum of RGB (Red+Green+Blue) = 112+159+179=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #709FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FB3 is #8F604C. Grayscale: #939393. Windows color (decimal): -9396301 or 11771760. OLE color: 11771760.

HSL color Cylindrical-coordinate representation of color #709FB3: hue angle of 197.91º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709FB3 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 159 179 -
CMYK 0.37 0.11 0 0.30
HSL 197.91º 0.31% 0.57% -
HSV(B) 197.91º 0.37% 0.7% -
XYZ 27.22 31.5 47.29 -
YUV 147.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 112 159 179 0.37 0.11 0 0.30 197.91 0.31 0.57
Hex 70 9F B3 25 B 0 1E C6 1F 39
Octal 160 237 263 45 13 0 36 306 37 71
Binary 1110000 10011111 10110011 100101 1011 0 11110 11000110 11111 111001

Color Harmonies of #709FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FB3

Black with #709FB3

Text Example


Text Example

White with #709FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,179); }

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

background-color css

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

 a { background-color: rgb(112,159,179); }

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

border-color css

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

 span { border-color: rgb(112,159,179); }

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