Html Css Color HEX #709CBE Shakespeare

📋 copy color: '#709CBE'

red 112 ◦ green 156 ◦ blue 190

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

Shades of Shakespeare #709CBE

Tints of Shakespeare #709CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 24.45%
G = 34.06%
B = 41.48%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#709CBE (or 0x709CBE) is known color: Shakespeare. HEX triplet: 70, 9C and BE. RGB value is (112,156,190). Sum of RGB (Red+Green+Blue) = 112+156+190=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #709CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CBE is #8F6341. Grayscale: #929292. Windows color (decimal): -9397058 or 12491888. OLE color: 12491888.

HSL color Cylindrical-coordinate representation of color #709CBE: hue angle of 206.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709CBE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 156 190 -
CMYK 0.41 0.18 0 0.25
HSL 206.15º 0.38% 0.59% -
HSV(B) 206.15º 0.41% 0.75% -
XYZ 27.86 30.94 53.22 -
YUV 146.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 112 156 190 0.41 0.18 0 0.25 206.15 0.38 0.59
Hex 70 9C BE 29 12 0 19 CE 26 3B
Octal 160 234 276 51 22 0 31 316 46 73
Binary 1110000 10011100 10111110 101001 10010 0 11001 11001110 100110 111011

Color Harmonies of #709CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CBE

Black with #709CBE

Text Example


Text Example

White with #709CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,156,190); }

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

background-color css

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

 a { background-color: rgb(112,156,190); }

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

border-color css

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

 span { border-color: rgb(112,156,190); }

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