Shades of Picton Blue #51ABDD
Tints of Picton Blue #51ABDD
RGB
CMYK
RGB Variations
Color information
#51ABDD (or 0x51ABDD) is known color: Picton Blue. HEX triplet: 51, AB and DD. RGB value is (81,171,221). Sum of RGB (Red+Green+Blue) = 81+171+221=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #51ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABDD is #AE5422. Grayscale: #959595. Windows color (decimal): -11424803 or 14527313. OLE color: 14527313.
HSL color Cylindrical-coordinate representation of color #51ABDD: hue angle of 201.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51ABDD is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 171 | 221 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.13 |
| HSL | 201.43º | 0.67% | 0.59% | - |
| HSV(B) | 201.43º | 0.63% | 0.87% | - |
| XYZ | 31.01 | 36.1 | 73.74 | - |
| YUV | 149.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 221 | 0.63 | 0.23 | 0 | 0.13 | 201.43 | 0.67 | 0.59 |
| Hex | 51 | AB | DD | 3F | 17 | 0 | D | C9 | 43 | 3B |
| Octal | 121 | 253 | 335 | 77 | 27 | 0 | 15 | 311 | 103 | 73 |
| Binary | 1010001 | 10101011 | 11011101 | 111111 | 10111 | 0 | 1101 | 11001001 | 1000011 | 111011 |
Color Harmonies of #51ABDD
Complementary color
Monochromatic Colors of #51ABDD
Black with #51ABDD
Text Example
Text Example
White with #51ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABDD; }
p { color: rgb(81,171,221); }
H1.HeaderClassName
{
color: #51ABDD;
}
.AnyTagClassName
{
color: #51ABDD;
}
</style>
background-color css
<style>
a { background-color: #51ABDD; }
a { background-color: rgb(81,171,221); }
div.DivClassName
{
background-color: #51ABDD;
}
.BgClassName
{
background-color: #51ABDD;
}
</style>
border-color css
<style>
span { border-color: #51ABDD; }
span { border-color: rgb(81,171,221); }
td.TdClassName
{
border-color: #51ABDD;
}
.TagClassName
{
border-color: #51ABDD;
}
</style>