Shades of Picton Blue #52ADDD
Tints of Picton Blue #52ADDD
RGB
CMYK
RGB Variations
Color information
#52ADDD (or 0x52ADDD) is known color: Picton Blue. HEX triplet: 52, AD and DD. RGB value is (82,173,221). Sum of RGB (Red+Green+Blue) = 82+173+221=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #52ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADDD is #AD5222. Grayscale: #969696. Windows color (decimal): -11358755 or 14527826. OLE color: 14527826.
HSL color Cylindrical-coordinate representation of color #52ADDD: hue angle of 200.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52ADDD is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 173 | 221 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.13 |
| HSL | 200.72º | 0.67% | 0.59% | - |
| HSV(B) | 200.72º | 0.63% | 0.87% | - |
| XYZ | 31.47 | 36.9 | 73.87 | - |
| YUV | 151.26 | 167.35 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 221 | 0.63 | 0.22 | 0 | 0.13 | 200.72 | 0.67 | 0.59 |
| Hex | 52 | AD | DD | 3F | 16 | 0 | D | C9 | 43 | 3B |
| Octal | 122 | 255 | 335 | 77 | 26 | 0 | 15 | 311 | 103 | 73 |
| Binary | 1010010 | 10101101 | 11011101 | 111111 | 10110 | 0 | 1101 | 11001001 | 1000011 | 111011 |
Color Harmonies of #52ADDD
Complementary color
Monochromatic Colors of #52ADDD
Black with #52ADDD
Text Example
Text Example
White with #52ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADDD; }
p { color: rgb(82,173,221); }
H1.HeaderClassName
{
color: #52ADDD;
}
.AnyTagClassName
{
color: #52ADDD;
}
</style>
background-color css
<style>
a { background-color: #52ADDD; }
a { background-color: rgb(82,173,221); }
div.DivClassName
{
background-color: #52ADDD;
}
.BgClassName
{
background-color: #52ADDD;
}
</style>
border-color css
<style>
span { border-color: #52ADDD; }
span { border-color: rgb(82,173,221); }
td.TdClassName
{
border-color: #52ADDD;
}
.TagClassName
{
border-color: #52ADDD;
}
</style>