Shades of Picton Blue #57ABDF
Tints of Picton Blue #57ABDF
RGB
CMYK
RGB Variations
Color information
#57ABDF (or 0x57ABDF) is known color: Picton Blue. HEX triplet: 57, AB and DF. RGB value is (87,171,223). Sum of RGB (Red+Green+Blue) = 87+171+223=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #57ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABDF is #A85420. Grayscale: #979797. Windows color (decimal): -11031585 or 14658391. OLE color: 14658391.
HSL color Cylindrical-coordinate representation of color #57ABDF: hue angle of 202.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57ABDF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 171 | 223 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.13 |
| HSL | 202.94º | 0.68% | 0.61% | - |
| HSV(B) | 202.94º | 0.61% | 0.87% | - |
| XYZ | 31.81 | 36.48 | 75.18 | - |
| YUV | 151.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 223 | 0.61 | 0.23 | 0 | 0.13 | 202.94 | 0.68 | 0.61 |
| Hex | 57 | AB | DF | 3D | 17 | 0 | D | CB | 44 | 3D |
| Octal | 127 | 253 | 337 | 75 | 27 | 0 | 15 | 313 | 104 | 75 |
| Binary | 1010111 | 10101011 | 11011111 | 111101 | 10111 | 0 | 1101 | 11001011 | 1000100 | 111101 |
Color Harmonies of #57ABDF
Complementary color
Monochromatic Colors of #57ABDF
Black with #57ABDF
Text Example
Text Example
White with #57ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABDF; }
p { color: rgb(87,171,223); }
H1.HeaderClassName
{
color: #57ABDF;
}
.AnyTagClassName
{
color: #57ABDF;
}
</style>
background-color css
<style>
a { background-color: #57ABDF; }
a { background-color: rgb(87,171,223); }
div.DivClassName
{
background-color: #57ABDF;
}
.BgClassName
{
background-color: #57ABDF;
}
</style>
border-color css
<style>
span { border-color: #57ABDF; }
span { border-color: rgb(87,171,223); }
td.TdClassName
{
border-color: #57ABDF;
}
.TagClassName
{
border-color: #57ABDF;
}
</style>