Shades of Picton Blue #52AFDB
Tints of Picton Blue #52AFDB
RGB
CMYK
RGB Variations
Color information
#52AFDB (or 0x52AFDB) is known color: Picton Blue. HEX triplet: 52, AF and DB. RGB value is (82,175,219). Sum of RGB (Red+Green+Blue) = 82+175+219=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #52AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFDB is #AD5024. Grayscale: #979797. Windows color (decimal): -11358245 or 14397266. OLE color: 14397266.
HSL color Cylindrical-coordinate representation of color #52AFDB: hue angle of 199.27º 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 #52AFDB is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 175 | 219 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.14 |
| HSL | 199.27º | 0.66% | 0.59% | - |
| HSV(B) | 199.27º | 0.63% | 0.86% | - |
| XYZ | 31.6 | 37.57 | 72.6 | - |
| YUV | 152.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 219 | 0.63 | 0.20 | 0 | 0.14 | 199.27 | 0.66 | 0.59 |
| Hex | 52 | AF | DB | 3F | 14 | 0 | E | C7 | 42 | 3B |
| Octal | 122 | 257 | 333 | 77 | 24 | 0 | 16 | 307 | 102 | 73 |
| Binary | 1010010 | 10101111 | 11011011 | 111111 | 10100 | 0 | 1110 | 11000111 | 1000010 | 111011 |
Color Harmonies of #52AFDB
Complementary color
Monochromatic Colors of #52AFDB
Black with #52AFDB
Text Example
Text Example
White with #52AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFDB; }
p { color: rgb(82,175,219); }
H1.HeaderClassName
{
color: #52AFDB;
}
.AnyTagClassName
{
color: #52AFDB;
}
</style>
background-color css
<style>
a { background-color: #52AFDB; }
a { background-color: rgb(82,175,219); }
div.DivClassName
{
background-color: #52AFDB;
}
.BgClassName
{
background-color: #52AFDB;
}
</style>
border-color css
<style>
span { border-color: #52AFDB; }
span { border-color: rgb(82,175,219); }
td.TdClassName
{
border-color: #52AFDB;
}
.TagClassName
{
border-color: #52AFDB;
}
</style>