Shades of Picton Blue #51ACD9
Tints of Picton Blue #51ACD9
RGB
CMYK
RGB Variations
Color information
#51ACD9 (or 0x51ACD9) is known color: Picton Blue. HEX triplet: 51, AC and D9. RGB value is (81,172,217). Sum of RGB (Red+Green+Blue) = 81+172+217=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #51ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACD9 is #AE5326. Grayscale: #959595. Windows color (decimal): -11424551 or 14265425. OLE color: 14265425.
HSL color Cylindrical-coordinate representation of color #51ACD9: hue angle of 199.85º 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 #51ACD9 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 172 | 217 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.15 |
| HSL | 199.85º | 0.64% | 0.58% | - |
| HSV(B) | 199.85º | 0.63% | 0.85% | - |
| XYZ | 30.67 | 36.26 | 71.03 | - |
| YUV | 149.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 217 | 0.63 | 0.21 | 0 | 0.15 | 199.85 | 0.64 | 0.58 |
| Hex | 51 | AC | D9 | 3F | 15 | 0 | F | C8 | 40 | 3A |
| Octal | 121 | 254 | 331 | 77 | 25 | 0 | 17 | 310 | 100 | 72 |
| Binary | 1010001 | 10101100 | 11011001 | 111111 | 10101 | 0 | 1111 | 11001000 | 1000000 | 111010 |
Color Harmonies of #51ACD9
Complementary color
Monochromatic Colors of #51ACD9
Black with #51ACD9
Text Example
Text Example
White with #51ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ACD9; }
p { color: rgb(81,172,217); }
H1.HeaderClassName
{
color: #51ACD9;
}
.AnyTagClassName
{
color: #51ACD9;
}
</style>
background-color css
<style>
a { background-color: #51ACD9; }
a { background-color: rgb(81,172,217); }
div.DivClassName
{
background-color: #51ACD9;
}
.BgClassName
{
background-color: #51ACD9;
}
</style>
border-color css
<style>
span { border-color: #51ACD9; }
span { border-color: rgb(81,172,217); }
td.TdClassName
{
border-color: #51ACD9;
}
.TagClassName
{
border-color: #51ACD9;
}
</style>