Shades of Picton Blue #52ABDB
Tints of Picton Blue #52ABDB
RGB
CMYK
RGB Variations
Color information
#52ABDB (or 0x52ABDB) is known color: Picton Blue. HEX triplet: 52, AB and DB. RGB value is (82,171,219). Sum of RGB (Red+Green+Blue) = 82+171+219=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #52ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABDB is #AD5424. Grayscale: #959595. Windows color (decimal): -11359269 or 14396242. OLE color: 14396242.
HSL color Cylindrical-coordinate representation of color #52ABDB: hue angle of 201.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52ABDB is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 171 | 219 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.14 |
| HSL | 201.02º | 0.66% | 0.59% | - |
| HSV(B) | 201.02º | 0.63% | 0.86% | - |
| XYZ | 30.83 | 36.03 | 72.35 | - |
| YUV | 149.86 | 167.01 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 219 | 0.63 | 0.22 | 0 | 0.14 | 201.02 | 0.66 | 0.59 |
| Hex | 52 | AB | DB | 3F | 16 | 0 | E | C9 | 42 | 3B |
| Octal | 122 | 253 | 333 | 77 | 26 | 0 | 16 | 311 | 102 | 73 |
| Binary | 1010010 | 10101011 | 11011011 | 111111 | 10110 | 0 | 1110 | 11001001 | 1000010 | 111011 |
Color Harmonies of #52ABDB
Complementary color
Monochromatic Colors of #52ABDB
Black with #52ABDB
Text Example
Text Example
White with #52ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABDB; }
p { color: rgb(82,171,219); }
H1.HeaderClassName
{
color: #52ABDB;
}
.AnyTagClassName
{
color: #52ABDB;
}
</style>
background-color css
<style>
a { background-color: #52ABDB; }
a { background-color: rgb(82,171,219); }
div.DivClassName
{
background-color: #52ABDB;
}
.BgClassName
{
background-color: #52ABDB;
}
</style>
border-color css
<style>
span { border-color: #52ABDB; }
span { border-color: rgb(82,171,219); }
td.TdClassName
{
border-color: #52ABDB;
}
.TagClassName
{
border-color: #52ABDB;
}
</style>