Shades of Picton Blue #52ABDC
Tints of Picton Blue #52ABDC
RGB
CMYK
RGB Variations
Color information
#52ABDC (or 0x52ABDC) is known color: Picton Blue. HEX triplet: 52, AB and DC. RGB value is (82,171,220). Sum of RGB (Red+Green+Blue) = 82+171+220=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #52ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABDC is #AD5423. Grayscale: #959595. Windows color (decimal): -11359268 or 14461778. OLE color: 14461778.
HSL color Cylindrical-coordinate representation of color #52ABDC: hue angle of 201.3º 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 #52ABDC is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 171 | 220 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.14 |
| HSL | 201.3º | 0.66% | 0.59% | - |
| HSV(B) | 201.3º | 0.63% | 0.86% | - |
| XYZ | 30.96 | 36.09 | 73.04 | - |
| YUV | 149.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 220 | 0.63 | 0.22 | 0 | 0.14 | 201.3 | 0.66 | 0.59 |
| Hex | 52 | AB | DC | 3F | 16 | 0 | E | C9 | 42 | 3B |
| Octal | 122 | 253 | 334 | 77 | 26 | 0 | 16 | 311 | 102 | 73 |
| Binary | 1010010 | 10101011 | 11011100 | 111111 | 10110 | 0 | 1110 | 11001001 | 1000010 | 111011 |
Color Harmonies of #52ABDC
Complementary color
Monochromatic Colors of #52ABDC
Black with #52ABDC
Text Example
Text Example
White with #52ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABDC; }
p { color: rgb(82,171,220); }
H1.HeaderClassName
{
color: #52ABDC;
}
.AnyTagClassName
{
color: #52ABDC;
}
</style>
background-color css
<style>
a { background-color: #52ABDC; }
a { background-color: rgb(82,171,220); }
div.DivClassName
{
background-color: #52ABDC;
}
.BgClassName
{
background-color: #52ABDC;
}
</style>
border-color css
<style>
span { border-color: #52ABDC; }
span { border-color: rgb(82,171,220); }
td.TdClassName
{
border-color: #52ABDC;
}
.TagClassName
{
border-color: #52ABDC;
}
</style>