Shades of Shakespeare #70A1C1
Tints of Shakespeare #70A1C1
RGB
CMYK
RGB Variations
Color information
#70A1C1 (or 0x70A1C1) is known color: Shakespeare. HEX triplet: 70, A1 and C1. RGB value is (112,161,193). Sum of RGB (Red+Green+Blue) = 112+161+193=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #70A1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A1C1 is #8F5E3E. Grayscale: #959595. Windows color (decimal): -9395775 or 12689776. OLE color: 12689776.
HSL color Cylindrical-coordinate representation of color #70A1C1: hue angle of 203.7º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70A1C1 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 161 | 193 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.24 |
| HSL | 203.7º | 0.4% | 0.6% | - |
| HSV(B) | 203.7º | 0.42% | 0.76% | - |
| XYZ | 29.05 | 32.78 | 55.25 | - |
| YUV | 150 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 193 | 0.42 | 0.17 | 0 | 0.24 | 203.7 | 0.4 | 0.6 |
| Hex | 70 | A1 | C1 | 2A | 11 | 0 | 18 | CC | 28 | 3C |
| Octal | 160 | 241 | 301 | 52 | 21 | 0 | 30 | 314 | 50 | 74 |
| Binary | 1110000 | 10100001 | 11000001 | 101010 | 10001 | 0 | 11000 | 11001100 | 101000 | 111100 |
Color Harmonies of #70A1C1
Complementary color
Monochromatic Colors of #70A1C1
Black with #70A1C1
Text Example
Text Example
White with #70A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A1C1; }
p { color: rgb(112,161,193); }
H1.HeaderClassName
{
color: #70A1C1;
}
.AnyTagClassName
{
color: #70A1C1;
}
</style>
background-color css
<style>
a { background-color: #70A1C1; }
a { background-color: rgb(112,161,193); }
div.DivClassName
{
background-color: #70A1C1;
}
.BgClassName
{
background-color: #70A1C1;
}
</style>
border-color css
<style>
span { border-color: #70A1C1; }
span { border-color: rgb(112,161,193); }
td.TdClassName
{
border-color: #70A1C1;
}
.TagClassName
{
border-color: #70A1C1;
}
</style>