Shades of Picton Blue #70A0CF
Tints of Picton Blue #70A0CF
RGB
CMYK
RGB Variations
Color information
#70A0CF (or 0x70A0CF) is known color: Picton Blue. HEX triplet: 70, A0 and CF. RGB value is (112,160,207). Sum of RGB (Red+Green+Blue) = 112+160+207=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #70A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A0CF is #8F5F30. Grayscale: #969696. Windows color (decimal): -9396017 or 13607024. OLE color: 13607024.
HSL color Cylindrical-coordinate representation of color #70A0CF: hue angle of 209.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70A0CF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 160 | 207 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.19 |
| HSL | 209.68º | 0.5% | 0.63% | - |
| HSV(B) | 209.68º | 0.46% | 0.81% | - |
| XYZ | 30.52 | 33.09 | 63.81 | - |
| YUV | 151.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 207 | 0.46 | 0.23 | 0 | 0.19 | 209.68 | 0.5 | 0.63 |
| Hex | 70 | A0 | CF | 2E | 17 | 0 | 13 | D2 | 32 | 3F |
| Octal | 160 | 240 | 317 | 56 | 27 | 0 | 23 | 322 | 62 | 77 |
| Binary | 1110000 | 10100000 | 11001111 | 101110 | 10111 | 0 | 10011 | 11010010 | 110010 | 111111 |
Color Harmonies of #70A0CF
Complementary color
Monochromatic Colors of #70A0CF
Black with #70A0CF
Text Example
Text Example
White with #70A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A0CF; }
p { color: rgb(112,160,207); }
H1.HeaderClassName
{
color: #70A0CF;
}
.AnyTagClassName
{
color: #70A0CF;
}
</style>
background-color css
<style>
a { background-color: #70A0CF; }
a { background-color: rgb(112,160,207); }
div.DivClassName
{
background-color: #70A0CF;
}
.BgClassName
{
background-color: #70A0CF;
}
</style>
border-color css
<style>
span { border-color: #70A0CF; }
span { border-color: rgb(112,160,207); }
td.TdClassName
{
border-color: #70A0CF;
}
.TagClassName
{
border-color: #70A0CF;
}
</style>