Shades of Picton Blue #52ADDB
Tints of Picton Blue #52ADDB
RGB
CMYK
RGB Variations
Color information
#52ADDB (or 0x52ADDB) is known color: Picton Blue. HEX triplet: 52, AD and DB. RGB value is (82,173,219). Sum of RGB (Red+Green+Blue) = 82+173+219=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #52ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADDB is #AD5224. Grayscale: #969696. Windows color (decimal): -11358757 or 14396754. OLE color: 14396754.
HSL color Cylindrical-coordinate representation of color #52ADDB: hue angle of 200.15º 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 #52ADDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 173 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 200.15º | 0.66% | 0.59% | - |
| HSV(B) | 200.15º | 0.63% | 0.86% | - |
| XYZ | 31.21 | 36.8 | 72.48 | - |
| YUV | 151.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 219 | 0.63 | 0.21 | 0 | 0.14 | 200.15 | 0.66 | 0.59 |
| Hex | 52 | AD | DB | 3F | 15 | 0 | E | C8 | 42 | 3B |
| Octal | 122 | 255 | 333 | 77 | 25 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010010 | 10101101 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #52ADDB
Complementary color
Monochromatic Colors of #52ADDB
Black with #52ADDB
Text Example
Text Example
White with #52ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADDB; }
p { color: rgb(82,173,219); }
H1.HeaderClassName
{
color: #52ADDB;
}
.AnyTagClassName
{
color: #52ADDB;
}
</style>
background-color css
<style>
a { background-color: #52ADDB; }
a { background-color: rgb(82,173,219); }
div.DivClassName
{
background-color: #52ADDB;
}
.BgClassName
{
background-color: #52ADDB;
}
</style>
border-color css
<style>
span { border-color: #52ADDB; }
span { border-color: rgb(82,173,219); }
td.TdClassName
{
border-color: #52ADDB;
}
.TagClassName
{
border-color: #52ADDB;
}
</style>