Shades of Picton Blue #57A9DD
Tints of Picton Blue #57A9DD
RGB
CMYK
RGB Variations
Color information
#57A9DD (or 0x57A9DD) is known color: Picton Blue. HEX triplet: 57, A9 and DD. RGB value is (87,169,221). Sum of RGB (Red+Green+Blue) = 87+169+221=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #57A9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9DD is #A85622. Grayscale: #969696. Windows color (decimal): -11032099 or 14526807. OLE color: 14526807.
HSL color Cylindrical-coordinate representation of color #57A9DD: hue angle of 203.28º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A9DD is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 169 | 221 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.13 |
| HSL | 203.28º | 0.66% | 0.6% | - |
| HSV(B) | 203.28º | 0.61% | 0.87% | - |
| XYZ | 31.17 | 35.62 | 73.64 | - |
| YUV | 150.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 221 | 0.61 | 0.24 | 0 | 0.13 | 203.28 | 0.66 | 0.6 |
| Hex | 57 | A9 | DD | 3D | 18 | 0 | D | CB | 42 | 3C |
| Octal | 127 | 251 | 335 | 75 | 30 | 0 | 15 | 313 | 102 | 74 |
| Binary | 1010111 | 10101001 | 11011101 | 111101 | 11000 | 0 | 1101 | 11001011 | 1000010 | 111100 |
Color Harmonies of #57A9DD
Complementary color
Monochromatic Colors of #57A9DD
Black with #57A9DD
Text Example
Text Example
White with #57A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A9DD; }
p { color: rgb(87,169,221); }
H1.HeaderClassName
{
color: #57A9DD;
}
.AnyTagClassName
{
color: #57A9DD;
}
</style>
background-color css
<style>
a { background-color: #57A9DD; }
a { background-color: rgb(87,169,221); }
div.DivClassName
{
background-color: #57A9DD;
}
.BgClassName
{
background-color: #57A9DD;
}
</style>
border-color css
<style>
span { border-color: #57A9DD; }
span { border-color: rgb(87,169,221); }
td.TdClassName
{
border-color: #57A9DD;
}
.TagClassName
{
border-color: #57A9DD;
}
</style>