Shades of Shakespeare #70A2BA
Tints of Shakespeare #70A2BA
RGB
CMYK
RGB Variations
Color information
#70A2BA (or 0x70A2BA) is known color: Shakespeare. HEX triplet: 70, A2 and BA. RGB value is (112,162,186). Sum of RGB (Red+Green+Blue) = 112+162+186=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #70A2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2BA is #8F5D45. Grayscale: #959595. Windows color (decimal): -9395526 or 12231280. OLE color: 12231280.
HSL color Cylindrical-coordinate representation of color #70A2BA: hue angle of 199.46º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A2BA is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 162 | 186 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.27 |
| HSL | 199.46º | 0.35% | 0.58% | - |
| HSV(B) | 199.46º | 0.4% | 0.73% | - |
| XYZ | 28.47 | 32.83 | 51.29 | - |
| YUV | 149.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 186 | 0.40 | 0.13 | 0 | 0.27 | 199.46 | 0.35 | 0.58 |
| Hex | 70 | A2 | BA | 28 | D | 0 | 1B | C7 | 23 | 3A |
| Octal | 160 | 242 | 272 | 50 | 15 | 0 | 33 | 307 | 43 | 72 |
| Binary | 1110000 | 10100010 | 10111010 | 101000 | 1101 | 0 | 11011 | 11000111 | 100011 | 111010 |
Color Harmonies of #70A2BA
Complementary color
Monochromatic Colors of #70A2BA
Black with #70A2BA
Text Example
Text Example
White with #70A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2BA; }
p { color: rgb(112,162,186); }
H1.HeaderClassName
{
color: #70A2BA;
}
.AnyTagClassName
{
color: #70A2BA;
}
</style>
background-color css
<style>
a { background-color: #70A2BA; }
a { background-color: rgb(112,162,186); }
div.DivClassName
{
background-color: #70A2BA;
}
.BgClassName
{
background-color: #70A2BA;
}
</style>
border-color css
<style>
span { border-color: #70A2BA; }
span { border-color: rgb(112,162,186); }
td.TdClassName
{
border-color: #70A2BA;
}
.TagClassName
{
border-color: #70A2BA;
}
</style>