#719DBC

Color #719DBC Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #719DBC

Tints of Shakespeare #719DBC

Color information

#719DBC (or 0x719DBC) is unknown color: approx Shakespeare. HEX triplet: 71, 9D and BC. RGB value is (113,157,188). Sum of RGB (Red+Green+Blue) = 113+157+188=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #719DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DBC is #8E6243. Grayscale: #939393. Windows color (decimal): -9331268 or 12361073. OLE color: 12361073.

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

Color convert

RGB113157188-
CMYK0.400.1600.26
HSL204.8º35.89%59.02%-
HSV(B)204.8º39.89%73.73%-
XYZ27.9431.2652.14-
YUV147.38150.92103.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=24.67%
G=34.28%
B=41.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131571880.400.1600.26204.835.8959.02
Hex719DBC281001Acd243b
Octal16123527450200323154473
Binary111000110011101101111001010001000001101011001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719DBC; }

 p { color: rgb(113,157,188); }

 H1.HeaderClassName
 {
   color: #719DBC;
 }
 .AnyTagClassName
 {
   color: #719DBC;
 }
</style>
background-color css

<style>
 a { background-color: #719DBC; }

 a { background-color: rgb(113,157,188); }

 div.DivClassName
 {
   background-color: #719DBC;
 }
 .BgClassName
 {
   background-color: #719DBC;
 }
</style>
border-color css

<style>
 span { border-color: #719DBC; }

 span { border-color: rgb(113,157,188); }

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