Html Css Color HEX #709CBB Shakespeare

📋 copy color: '#709CBB'

red 112 ◦ green 156 ◦ blue 187

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

Shades of Shakespeare #709CBB

Tints of Shakespeare #709CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 24.62%
G = 34.29%
B = 41.1%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#709CBB (or 0x709CBB) is known color: Shakespeare. HEX triplet: 70, 9C and BB. RGB value is (112,156,187). Sum of RGB (Red+Green+Blue) = 112+156+187=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #709CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CBB is #8F6344. Grayscale: #929292. Windows color (decimal): -9397061 or 12295280. OLE color: 12295280.

HSL color Cylindrical-coordinate representation of color #709CBB: hue angle of 204.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709CBB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 156 187 -
CMYK 0.40 0.17 0 0.27
HSL 204.8º 0.36% 0.59% -
HSV(B) 204.8º 0.4% 0.73% -
XYZ 27.54 30.81 51.51 -
YUV 146.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 112 156 187 0.40 0.17 0 0.27 204.8 0.36 0.59
Hex 70 9C BB 28 11 0 1B CD 24 3B
Octal 160 234 273 50 21 0 33 315 44 73
Binary 1110000 10011100 10111011 101000 10001 0 11011 11001101 100100 111011

Color Harmonies of #709CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CBB

Black with #709CBB

Text Example


Text Example

White with #709CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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