Shades of Picton Blue #60ADCB
Tints of Picton Blue #60ADCB
RGB
CMYK
RGB Variations
Color information
#60ADCB (or 0x60ADCB) is known color: Picton Blue. HEX triplet: 60, AD and CB. RGB value is (96,173,203). Sum of RGB (Red+Green+Blue) = 96+173+203=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #60ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADCB is #9F5234. Grayscale: #999999. Windows color (decimal): -10441269 or 13348192. OLE color: 13348192.
HSL color Cylindrical-coordinate representation of color #60ADCB: hue angle of 196.82º 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 #60ADCB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 173 | 203 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.20 |
| HSL | 196.82º | 0.51% | 0.59% | - |
| HSV(B) | 196.82º | 0.53% | 0.8% | - |
| XYZ | 30.55 | 36.69 | 61.97 | - |
| YUV | 153.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 203 | 0.53 | 0.15 | 0 | 0.20 | 196.82 | 0.51 | 0.59 |
| Hex | 60 | AD | CB | 35 | F | 0 | 14 | C5 | 33 | 3B |
| Octal | 140 | 255 | 313 | 65 | 17 | 0 | 24 | 305 | 63 | 73 |
| Binary | 1100000 | 10101101 | 11001011 | 110101 | 1111 | 0 | 10100 | 11000101 | 110011 | 111011 |
Color Harmonies of #60ADCB
Complementary color
Monochromatic Colors of #60ADCB
Black with #60ADCB
Text Example
Text Example
White with #60ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADCB; }
p { color: rgb(96,173,203); }
H1.HeaderClassName
{
color: #60ADCB;
}
.AnyTagClassName
{
color: #60ADCB;
}
</style>
background-color css
<style>
a { background-color: #60ADCB; }
a { background-color: rgb(96,173,203); }
div.DivClassName
{
background-color: #60ADCB;
}
.BgClassName
{
background-color: #60ADCB;
}
</style>
border-color css
<style>
span { border-color: #60ADCB; }
span { border-color: rgb(96,173,203); }
td.TdClassName
{
border-color: #60ADCB;
}
.TagClassName
{
border-color: #60ADCB;
}
</style>