Shades of Shakespeare #70A2C4
Tints of Shakespeare #70A2C4
RGB
CMYK
RGB Variations
Color information
#70A2C4 (or 0x70A2C4) is known color: Shakespeare. HEX triplet: 70, A2 and C4. RGB value is (112,162,196). Sum of RGB (Red+Green+Blue) = 112+162+196=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #70A2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2C4 is #8F5D3B. Grayscale: #969696. Windows color (decimal): -9395516 or 12886640. OLE color: 12886640.
HSL color Cylindrical-coordinate representation of color #70A2C4: hue angle of 204.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70A2C4 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 162 | 196 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.23 |
| HSL | 204.29º | 0.42% | 0.6% | - |
| HSV(B) | 204.29º | 0.43% | 0.77% | - |
| XYZ | 29.57 | 33.27 | 57.09 | - |
| YUV | 150.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 196 | 0.43 | 0.17 | 0 | 0.23 | 204.29 | 0.42 | 0.6 |
| Hex | 70 | A2 | C4 | 2B | 11 | 0 | 17 | CC | 2A | 3C |
| Octal | 160 | 242 | 304 | 53 | 21 | 0 | 27 | 314 | 52 | 74 |
| Binary | 1110000 | 10100010 | 11000100 | 101011 | 10001 | 0 | 10111 | 11001100 | 101010 | 111100 |
Color Harmonies of #70A2C4
Complementary color
Monochromatic Colors of #70A2C4
Black with #70A2C4
Text Example
Text Example
White with #70A2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2C4; }
p { color: rgb(112,162,196); }
H1.HeaderClassName
{
color: #70A2C4;
}
.AnyTagClassName
{
color: #70A2C4;
}
</style>
background-color css
<style>
a { background-color: #70A2C4; }
a { background-color: rgb(112,162,196); }
div.DivClassName
{
background-color: #70A2C4;
}
.BgClassName
{
background-color: #70A2C4;
}
</style>
border-color css
<style>
span { border-color: #70A2C4; }
span { border-color: rgb(112,162,196); }
td.TdClassName
{
border-color: #70A2C4;
}
.TagClassName
{
border-color: #70A2C4;
}
</style>