Shades of Picton Blue #60ABCB
Tints of Picton Blue #60ABCB
RGB
CMYK
RGB Variations
Color information
#60ABCB (or 0x60ABCB) is known color: Picton Blue. HEX triplet: 60, AB and CB. RGB value is (96,171,203). Sum of RGB (Red+Green+Blue) = 96+171+203=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #60ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABCB is #9F5434. Grayscale: #989898. Windows color (decimal): -10441781 or 13347680. OLE color: 13347680.
HSL color Cylindrical-coordinate representation of color #60ABCB: hue angle of 197.94º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60ABCB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 171 | 203 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.20 |
| HSL | 197.94º | 0.51% | 0.59% | - |
| HSV(B) | 197.94º | 0.53% | 0.8% | - |
| XYZ | 30.17 | 35.92 | 61.84 | - |
| YUV | 152.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 203 | 0.53 | 0.16 | 0 | 0.20 | 197.94 | 0.51 | 0.59 |
| Hex | 60 | AB | CB | 35 | 10 | 0 | 14 | C6 | 33 | 3B |
| Octal | 140 | 253 | 313 | 65 | 20 | 0 | 24 | 306 | 63 | 73 |
| Binary | 1100000 | 10101011 | 11001011 | 110101 | 10000 | 0 | 10100 | 11000110 | 110011 | 111011 |
Color Harmonies of #60ABCB
Complementary color
Monochromatic Colors of #60ABCB
Black with #60ABCB
Text Example
Text Example
White with #60ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABCB; }
p { color: rgb(96,171,203); }
H1.HeaderClassName
{
color: #60ABCB;
}
.AnyTagClassName
{
color: #60ABCB;
}
</style>
background-color css
<style>
a { background-color: #60ABCB; }
a { background-color: rgb(96,171,203); }
div.DivClassName
{
background-color: #60ABCB;
}
.BgClassName
{
background-color: #60ABCB;
}
</style>
border-color css
<style>
span { border-color: #60ABCB; }
span { border-color: rgb(96,171,203); }
td.TdClassName
{
border-color: #60ABCB;
}
.TagClassName
{
border-color: #60ABCB;
}
</style>