Shades of Picton Blue #53ABDF
Tints of Picton Blue #53ABDF
RGB
CMYK
RGB Variations
Color information
#53ABDF (or 0x53ABDF) is known color: Picton Blue. HEX triplet: 53, AB and DF. RGB value is (83,171,223). Sum of RGB (Red+Green+Blue) = 83+171+223=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #53ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABDF is #AC5420. Grayscale: #969696. Windows color (decimal): -11293729 or 14658387. OLE color: 14658387.
HSL color Cylindrical-coordinate representation of color #53ABDF: hue angle of 202.29º 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 #53ABDF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 171 | 223 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.13 |
| HSL | 202.29º | 0.69% | 0.6% | - |
| HSV(B) | 202.29º | 0.63% | 0.87% | - |
| XYZ | 31.45 | 36.29 | 75.16 | - |
| YUV | 150.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 223 | 0.63 | 0.23 | 0 | 0.13 | 202.29 | 0.69 | 0.6 |
| Hex | 53 | AB | DF | 3F | 17 | 0 | D | CA | 45 | 3C |
| Octal | 123 | 253 | 337 | 77 | 27 | 0 | 15 | 312 | 105 | 74 |
| Binary | 1010011 | 10101011 | 11011111 | 111111 | 10111 | 0 | 1101 | 11001010 | 1000101 | 111100 |
Color Harmonies of #53ABDF
Complementary color
Monochromatic Colors of #53ABDF
Black with #53ABDF
Text Example
Text Example
White with #53ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABDF; }
p { color: rgb(83,171,223); }
H1.HeaderClassName
{
color: #53ABDF;
}
.AnyTagClassName
{
color: #53ABDF;
}
</style>
background-color css
<style>
a { background-color: #53ABDF; }
a { background-color: rgb(83,171,223); }
div.DivClassName
{
background-color: #53ABDF;
}
.BgClassName
{
background-color: #53ABDF;
}
</style>
border-color css
<style>
span { border-color: #53ABDF; }
span { border-color: rgb(83,171,223); }
td.TdClassName
{
border-color: #53ABDF;
}
.TagClassName
{
border-color: #53ABDF;
}
</style>