Shades of Picton Blue #52AEDB
Tints of Picton Blue #52AEDB
RGB
CMYK
RGB Variations
Color information
#52AEDB (or 0x52AEDB) is known color: Picton Blue. HEX triplet: 52, AE and DB. RGB value is (82,174,219). Sum of RGB (Red+Green+Blue) = 82+174+219=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #52AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEDB is #AD5124. Grayscale: #979797. Windows color (decimal): -11358501 or 14397010. OLE color: 14397010.
HSL color Cylindrical-coordinate representation of color #52AEDB: hue angle of 199.71º 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 #52AEDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 174 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 199.71º | 0.66% | 0.59% | - |
| HSV(B) | 199.71º | 0.63% | 0.86% | - |
| XYZ | 31.4 | 37.18 | 72.54 | - |
| YUV | 151.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 219 | 0.63 | 0.21 | 0 | 0.14 | 199.71 | 0.66 | 0.59 |
| Hex | 52 | AE | DB | 3F | 15 | 0 | E | C8 | 42 | 3B |
| Octal | 122 | 256 | 333 | 77 | 25 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010010 | 10101110 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #52AEDB
Complementary color
Monochromatic Colors of #52AEDB
Black with #52AEDB
Text Example
Text Example
White with #52AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AEDB; }
p { color: rgb(82,174,219); }
H1.HeaderClassName
{
color: #52AEDB;
}
.AnyTagClassName
{
color: #52AEDB;
}
</style>
background-color css
<style>
a { background-color: #52AEDB; }
a { background-color: rgb(82,174,219); }
div.DivClassName
{
background-color: #52AEDB;
}
.BgClassName
{
background-color: #52AEDB;
}
</style>
border-color css
<style>
span { border-color: #52AEDB; }
span { border-color: rgb(82,174,219); }
td.TdClassName
{
border-color: #52AEDB;
}
.TagClassName
{
border-color: #52AEDB;
}
</style>