Shades of Picton Blue #60ACCB
Tints of Picton Blue #60ACCB
RGB
CMYK
RGB Variations
Color information
#60ACCB (or 0x60ACCB) is known color: Picton Blue. HEX triplet: 60, AC and CB. RGB value is (96,172,203). Sum of RGB (Red+Green+Blue) = 96+172+203=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #60ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACCB is #9F5334. Grayscale: #989898. Windows color (decimal): -10441525 or 13347936. OLE color: 13347936.
HSL color Cylindrical-coordinate representation of color #60ACCB: hue angle of 197.38º 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 #60ACCB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 172 | 203 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.20 |
| HSL | 197.38º | 0.51% | 0.59% | - |
| HSV(B) | 197.38º | 0.53% | 0.8% | - |
| XYZ | 30.36 | 36.3 | 61.91 | - |
| YUV | 152.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 203 | 0.53 | 0.15 | 0 | 0.20 | 197.38 | 0.51 | 0.59 |
| Hex | 60 | AC | CB | 35 | F | 0 | 14 | C5 | 33 | 3B |
| Octal | 140 | 254 | 313 | 65 | 17 | 0 | 24 | 305 | 63 | 73 |
| Binary | 1100000 | 10101100 | 11001011 | 110101 | 1111 | 0 | 10100 | 11000101 | 110011 | 111011 |
Color Harmonies of #60ACCB
Complementary color
Monochromatic Colors of #60ACCB
Black with #60ACCB
Text Example
Text Example
White with #60ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACCB; }
p { color: rgb(96,172,203); }
H1.HeaderClassName
{
color: #60ACCB;
}
.AnyTagClassName
{
color: #60ACCB;
}
</style>
background-color css
<style>
a { background-color: #60ACCB; }
a { background-color: rgb(96,172,203); }
div.DivClassName
{
background-color: #60ACCB;
}
.BgClassName
{
background-color: #60ACCB;
}
</style>
border-color css
<style>
span { border-color: #60ACCB; }
span { border-color: rgb(96,172,203); }
td.TdClassName
{
border-color: #60ACCB;
}
.TagClassName
{
border-color: #60ACCB;
}
</style>