Shades of Picton Blue #52ABDF
Tints of Picton Blue #52ABDF
RGB
CMYK
RGB Variations
Color information
#52ABDF (or 0x52ABDF) is known color: Picton Blue. HEX triplet: 52, AB and DF. RGB value is (82,171,223). Sum of RGB (Red+Green+Blue) = 82+171+223=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #52ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABDF is #AD5420. Grayscale: #969696. Windows color (decimal): -11359265 or 14658386. OLE color: 14658386.
HSL color Cylindrical-coordinate representation of color #52ABDF: hue angle of 202.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52ABDF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 171 | 223 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.13 |
| HSL | 202.13º | 0.69% | 0.6% | - |
| HSV(B) | 202.13º | 0.63% | 0.87% | - |
| XYZ | 31.36 | 36.25 | 75.16 | - |
| YUV | 150.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 223 | 0.63 | 0.23 | 0 | 0.13 | 202.13 | 0.69 | 0.6 |
| Hex | 52 | AB | DF | 3F | 17 | 0 | D | CA | 45 | 3C |
| Octal | 122 | 253 | 337 | 77 | 27 | 0 | 15 | 312 | 105 | 74 |
| Binary | 1010010 | 10101011 | 11011111 | 111111 | 10111 | 0 | 1101 | 11001010 | 1000101 | 111100 |
Color Harmonies of #52ABDF
Complementary color
Monochromatic Colors of #52ABDF
Black with #52ABDF
Text Example
Text Example
White with #52ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABDF; }
p { color: rgb(82,171,223); }
H1.HeaderClassName
{
color: #52ABDF;
}
.AnyTagClassName
{
color: #52ABDF;
}
</style>
background-color css
<style>
a { background-color: #52ABDF; }
a { background-color: rgb(82,171,223); }
div.DivClassName
{
background-color: #52ABDF;
}
.BgClassName
{
background-color: #52ABDF;
}
</style>
border-color css
<style>
span { border-color: #52ABDF; }
span { border-color: rgb(82,171,223); }
td.TdClassName
{
border-color: #52ABDF;
}
.TagClassName
{
border-color: #52ABDF;
}
</style>