Shades of Picton Blue #51A0D5
Tints of Picton Blue #51A0D5
RGB
CMYK
RGB Variations
Color information
#51A0D5 (or 0x51A0D5) is known color: Picton Blue. HEX triplet: 51, A0 and D5. RGB value is (81,160,213). Sum of RGB (Red+Green+Blue) = 81+160+213=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #51A0D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A0D5 is #AE5F2A. Grayscale: #8E8E8E. Windows color (decimal): -11427627 or 14000209. OLE color: 14000209.
HSL color Cylindrical-coordinate representation of color #51A0D5: hue angle of 204.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51A0D5 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 160 | 213 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.16 |
| HSL | 204.09º | 0.61% | 0.58% | - |
| HSV(B) | 204.09º | 0.62% | 0.84% | - |
| XYZ | 27.97 | 31.7 | 67.59 | - |
| YUV | 142.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 213 | 0.62 | 0.25 | 0 | 0.16 | 204.09 | 0.61 | 0.58 |
| Hex | 51 | A0 | D5 | 3E | 19 | 0 | 10 | CC | 3D | 3A |
| Octal | 121 | 240 | 325 | 76 | 31 | 0 | 20 | 314 | 75 | 72 |
| Binary | 1010001 | 10100000 | 11010101 | 111110 | 11001 | 0 | 10000 | 11001100 | 111101 | 111010 |
Color Harmonies of #51A0D5
Complementary color
Monochromatic Colors of #51A0D5
Black with #51A0D5
Text Example
Text Example
White with #51A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A0D5; }
p { color: rgb(81,160,213); }
H1.HeaderClassName
{
color: #51A0D5;
}
.AnyTagClassName
{
color: #51A0D5;
}
</style>
background-color css
<style>
a { background-color: #51A0D5; }
a { background-color: rgb(81,160,213); }
div.DivClassName
{
background-color: #51A0D5;
}
.BgClassName
{
background-color: #51A0D5;
}
</style>
border-color css
<style>
span { border-color: #51A0D5; }
span { border-color: rgb(81,160,213); }
td.TdClassName
{
border-color: #51A0D5;
}
.TagClassName
{
border-color: #51A0D5;
}
</style>