Shades of Picton Blue #53ABDB
Tints of Picton Blue #53ABDB
RGB
CMYK
RGB Variations
Color information
#53ABDB (or 0x53ABDB) is known color: Picton Blue. HEX triplet: 53, AB and DB. RGB value is (83,171,219). Sum of RGB (Red+Green+Blue) = 83+171+219=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #53ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABDB is #AC5424. Grayscale: #959595. Windows color (decimal): -11293733 or 14396243. OLE color: 14396243.
HSL color Cylindrical-coordinate representation of color #53ABDB: hue angle of 201.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53ABDB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 171 | 219 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.14 |
| HSL | 201.18º | 0.65% | 0.59% | - |
| HSV(B) | 201.18º | 0.62% | 0.86% | - |
| XYZ | 30.92 | 36.08 | 72.35 | - |
| YUV | 150.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 219 | 0.62 | 0.22 | 0 | 0.14 | 201.18 | 0.65 | 0.59 |
| Hex | 53 | AB | DB | 3E | 16 | 0 | E | C9 | 41 | 3B |
| Octal | 123 | 253 | 333 | 76 | 26 | 0 | 16 | 311 | 101 | 73 |
| Binary | 1010011 | 10101011 | 11011011 | 111110 | 10110 | 0 | 1110 | 11001001 | 1000001 | 111011 |
Color Harmonies of #53ABDB
Complementary color
Monochromatic Colors of #53ABDB
Black with #53ABDB
Text Example
Text Example
White with #53ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABDB; }
p { color: rgb(83,171,219); }
H1.HeaderClassName
{
color: #53ABDB;
}
.AnyTagClassName
{
color: #53ABDB;
}
</style>
background-color css
<style>
a { background-color: #53ABDB; }
a { background-color: rgb(83,171,219); }
div.DivClassName
{
background-color: #53ABDB;
}
.BgClassName
{
background-color: #53ABDB;
}
</style>
border-color css
<style>
span { border-color: #53ABDB; }
span { border-color: rgb(83,171,219); }
td.TdClassName
{
border-color: #53ABDB;
}
.TagClassName
{
border-color: #53ABDB;
}
</style>