Shades of Picton Blue #57ADD3
Tints of Picton Blue #57ADD3
RGB
CMYK
RGB Variations
Color information
#57ADD3 (or 0x57ADD3) is known color: Picton Blue. HEX triplet: 57, AD and D3. RGB value is (87,173,211). Sum of RGB (Red+Green+Blue) = 87+173+211=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #57ADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADD3 is #A8522C. Grayscale: #979797. Windows color (decimal): -11031085 or 13872471. OLE color: 13872471.
HSL color Cylindrical-coordinate representation of color #57ADD3: hue angle of 198.39º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57ADD3 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 173 | 211 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.17 |
| HSL | 198.39º | 0.58% | 0.58% | - |
| HSV(B) | 198.39º | 0.59% | 0.83% | - |
| XYZ | 30.63 | 36.62 | 67.08 | - |
| YUV | 151.62 | 161.51 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 211 | 0.59 | 0.18 | 0 | 0.17 | 198.39 | 0.58 | 0.58 |
| Hex | 57 | AD | D3 | 3B | 12 | 0 | 11 | C6 | 3A | 3A |
| Octal | 127 | 255 | 323 | 73 | 22 | 0 | 21 | 306 | 72 | 72 |
| Binary | 1010111 | 10101101 | 11010011 | 111011 | 10010 | 0 | 10001 | 11000110 | 111010 | 111010 |
Color Harmonies of #57ADD3
Complementary color
Monochromatic Colors of #57ADD3
Black with #57ADD3
Text Example
Text Example
White with #57ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADD3; }
p { color: rgb(87,173,211); }
H1.HeaderClassName
{
color: #57ADD3;
}
.AnyTagClassName
{
color: #57ADD3;
}
</style>
background-color css
<style>
a { background-color: #57ADD3; }
a { background-color: rgb(87,173,211); }
div.DivClassName
{
background-color: #57ADD3;
}
.BgClassName
{
background-color: #57ADD3;
}
</style>
border-color css
<style>
span { border-color: #57ADD3; }
span { border-color: rgb(87,173,211); }
td.TdClassName
{
border-color: #57ADD3;
}
.TagClassName
{
border-color: #57ADD3;
}
</style>