Shades of Picton Blue #70A3C9
Tints of Picton Blue #70A3C9
RGB
CMYK
RGB Variations
Color information
#70A3C9 (or 0x70A3C9) is known color: Picton Blue. HEX triplet: 70, A3 and C9. RGB value is (112,163,201). Sum of RGB (Red+Green+Blue) = 112+163+201=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #70A3C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3C9 is #8F5C36. Grayscale: #979797. Windows color (decimal): -9395255 or 13214576. OLE color: 13214576.
HSL color Cylindrical-coordinate representation of color #70A3C9: hue angle of 205.62º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70A3C9 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 163 | 201 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.21 |
| HSL | 205.62º | 0.45% | 0.61% | - |
| HSV(B) | 205.62º | 0.44% | 0.79% | - |
| XYZ | 30.32 | 33.86 | 60.2 | - |
| YUV | 152.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 201 | 0.44 | 0.19 | 0 | 0.21 | 205.62 | 0.45 | 0.61 |
| Hex | 70 | A3 | C9 | 2C | 13 | 0 | 15 | CE | 2D | 3D |
| Octal | 160 | 243 | 311 | 54 | 23 | 0 | 25 | 316 | 55 | 75 |
| Binary | 1110000 | 10100011 | 11001001 | 101100 | 10011 | 0 | 10101 | 11001110 | 101101 | 111101 |
Color Harmonies of #70A3C9
Complementary color
Monochromatic Colors of #70A3C9
Black with #70A3C9
Text Example
Text Example
White with #70A3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A3C9; }
p { color: rgb(112,163,201); }
H1.HeaderClassName
{
color: #70A3C9;
}
.AnyTagClassName
{
color: #70A3C9;
}
</style>
background-color css
<style>
a { background-color: #70A3C9; }
a { background-color: rgb(112,163,201); }
div.DivClassName
{
background-color: #70A3C9;
}
.BgClassName
{
background-color: #70A3C9;
}
</style>
border-color css
<style>
span { border-color: #70A3C9; }
span { border-color: rgb(112,163,201); }
td.TdClassName
{
border-color: #70A3C9;
}
.TagClassName
{
border-color: #70A3C9;
}
</style>