Shades of Picton Blue #51A2D9
Tints of Picton Blue #51A2D9
RGB
CMYK
RGB Variations
Color information
#51A2D9 (or 0x51A2D9) is known color: Picton Blue. HEX triplet: 51, A2 and D9. RGB value is (81,162,217). Sum of RGB (Red+Green+Blue) = 81+162+217=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #51A2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A2D9 is #AE5D26. Grayscale: #8F8F8F. Windows color (decimal): -11427111 or 14262865. OLE color: 14262865.
HSL color Cylindrical-coordinate representation of color #51A2D9: hue angle of 204.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51A2D9 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 162 | 217 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.15 |
| HSL | 204.26º | 0.64% | 0.58% | - |
| HSV(B) | 204.26º | 0.63% | 0.85% | - |
| XYZ | 28.84 | 32.6 | 70.42 | - |
| YUV | 144.05 | 169.16 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 217 | 0.63 | 0.25 | 0 | 0.15 | 204.26 | 0.64 | 0.58 |
| Hex | 51 | A2 | D9 | 3F | 19 | 0 | F | CC | 40 | 3A |
| Octal | 121 | 242 | 331 | 77 | 31 | 0 | 17 | 314 | 100 | 72 |
| Binary | 1010001 | 10100010 | 11011001 | 111111 | 11001 | 0 | 1111 | 11001100 | 1000000 | 111010 |
Color Harmonies of #51A2D9
Complementary color
Monochromatic Colors of #51A2D9
Black with #51A2D9
Text Example
Text Example
White with #51A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A2D9; }
p { color: rgb(81,162,217); }
H1.HeaderClassName
{
color: #51A2D9;
}
.AnyTagClassName
{
color: #51A2D9;
}
</style>
background-color css
<style>
a { background-color: #51A2D9; }
a { background-color: rgb(81,162,217); }
div.DivClassName
{
background-color: #51A2D9;
}
.BgClassName
{
background-color: #51A2D9;
}
</style>
border-color css
<style>
span { border-color: #51A2D9; }
span { border-color: rgb(81,162,217); }
td.TdClassName
{
border-color: #51A2D9;
}
.TagClassName
{
border-color: #51A2D9;
}
</style>