Shades of Picton Blue #53ABDC
Tints of Picton Blue #53ABDC
RGB
CMYK
RGB Variations
Color information
#53ABDC (or 0x53ABDC) is known color: Picton Blue. HEX triplet: 53, AB and DC. RGB value is (83,171,220). Sum of RGB (Red+Green+Blue) = 83+171+220=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #53ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABDC is #AC5423. Grayscale: #959595. Windows color (decimal): -11293732 or 14461779. OLE color: 14461779.
HSL color Cylindrical-coordinate representation of color #53ABDC: hue angle of 201.46º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53ABDC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 171 | 220 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.14 |
| HSL | 201.46º | 0.66% | 0.59% | - |
| HSV(B) | 201.46º | 0.62% | 0.86% | - |
| XYZ | 31.05 | 36.13 | 73.05 | - |
| YUV | 150.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 220 | 0.62 | 0.22 | 0 | 0.14 | 201.46 | 0.66 | 0.59 |
| Hex | 53 | AB | DC | 3E | 16 | 0 | E | C9 | 42 | 3B |
| Octal | 123 | 253 | 334 | 76 | 26 | 0 | 16 | 311 | 102 | 73 |
| Binary | 1010011 | 10101011 | 11011100 | 111110 | 10110 | 0 | 1110 | 11001001 | 1000010 | 111011 |
Color Harmonies of #53ABDC
Complementary color
Monochromatic Colors of #53ABDC
Black with #53ABDC
Text Example
Text Example
White with #53ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABDC; }
p { color: rgb(83,171,220); }
H1.HeaderClassName
{
color: #53ABDC;
}
.AnyTagClassName
{
color: #53ABDC;
}
</style>
background-color css
<style>
a { background-color: #53ABDC; }
a { background-color: rgb(83,171,220); }
div.DivClassName
{
background-color: #53ABDC;
}
.BgClassName
{
background-color: #53ABDC;
}
</style>
border-color css
<style>
span { border-color: #53ABDC; }
span { border-color: rgb(83,171,220); }
td.TdClassName
{
border-color: #53ABDC;
}
.TagClassName
{
border-color: #53ABDC;
}
</style>