Shades of Picton Blue #52ADDF
Tints of Picton Blue #52ADDF
RGB
CMYK
RGB Variations
Color information
#52ADDF (or 0x52ADDF) is known color: Picton Blue. HEX triplet: 52, AD and DF. RGB value is (82,173,223). Sum of RGB (Red+Green+Blue) = 82+173+223=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #52ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADDF is #AD5220. Grayscale: #979797. Windows color (decimal): -11358753 or 14658898. OLE color: 14658898.
HSL color Cylindrical-coordinate representation of color #52ADDF: hue angle of 201.28º 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 #52ADDF is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 173 | 223 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.13 |
| HSL | 201.28º | 0.69% | 0.6% | - |
| HSV(B) | 201.28º | 0.63% | 0.87% | - |
| XYZ | 31.74 | 37.01 | 75.28 | - |
| YUV | 151.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 223 | 0.63 | 0.22 | 0 | 0.13 | 201.28 | 0.69 | 0.6 |
| Hex | 52 | AD | DF | 3F | 16 | 0 | D | C9 | 45 | 3C |
| Octal | 122 | 255 | 337 | 77 | 26 | 0 | 15 | 311 | 105 | 74 |
| Binary | 1010010 | 10101101 | 11011111 | 111111 | 10110 | 0 | 1101 | 11001001 | 1000101 | 111100 |
Color Harmonies of #52ADDF
Complementary color
Monochromatic Colors of #52ADDF
Black with #52ADDF
Text Example
Text Example
White with #52ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADDF; }
p { color: rgb(82,173,223); }
H1.HeaderClassName
{
color: #52ADDF;
}
.AnyTagClassName
{
color: #52ADDF;
}
</style>
background-color css
<style>
a { background-color: #52ADDF; }
a { background-color: rgb(82,173,223); }
div.DivClassName
{
background-color: #52ADDF;
}
.BgClassName
{
background-color: #52ADDF;
}
</style>
border-color css
<style>
span { border-color: #52ADDF; }
span { border-color: rgb(82,173,223); }
td.TdClassName
{
border-color: #52ADDF;
}
.TagClassName
{
border-color: #52ADDF;
}
</style>