Shades of Picton Blue #51ABDF
Tints of Picton Blue #51ABDF
RGB
CMYK
RGB Variations
Color information
#51ABDF (or 0x51ABDF) is known color: Picton Blue. HEX triplet: 51, AB and DF. RGB value is (81,171,223). Sum of RGB (Red+Green+Blue) = 81+171+223=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #51ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABDF is #AE5420. Grayscale: #959595. Windows color (decimal): -11424801 or 14658385. OLE color: 14658385.
HSL color Cylindrical-coordinate representation of color #51ABDF: hue angle of 201.97º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51ABDF is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 171 | 223 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.97º | 0.69% | 0.6% | - |
| HSV(B) | 201.97º | 0.64% | 0.87% | - |
| XYZ | 31.28 | 36.2 | 75.15 | - |
| YUV | 150.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 223 | 0.64 | 0.23 | 0 | 0.13 | 201.97 | 0.69 | 0.6 |
| Hex | 51 | AB | DF | 40 | 17 | 0 | D | CA | 45 | 3C |
| Octal | 121 | 253 | 337 | 100 | 27 | 0 | 15 | 312 | 105 | 74 |
| Binary | 1010001 | 10101011 | 11011111 | 1000000 | 10111 | 0 | 1101 | 11001010 | 1000101 | 111100 |
Color Harmonies of #51ABDF
Complementary color
Monochromatic Colors of #51ABDF
Black with #51ABDF
Text Example
Text Example
White with #51ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABDF; }
p { color: rgb(81,171,223); }
H1.HeaderClassName
{
color: #51ABDF;
}
.AnyTagClassName
{
color: #51ABDF;
}
</style>
background-color css
<style>
a { background-color: #51ABDF; }
a { background-color: rgb(81,171,223); }
div.DivClassName
{
background-color: #51ABDF;
}
.BgClassName
{
background-color: #51ABDF;
}
</style>
border-color css
<style>
span { border-color: #51ABDF; }
span { border-color: rgb(81,171,223); }
td.TdClassName
{
border-color: #51ABDF;
}
.TagClassName
{
border-color: #51ABDF;
}
</style>