Shades of Picton Blue #51ABDE
Tints of Picton Blue #51ABDE
RGB
CMYK
RGB Variations
Color information
#51ABDE (or 0x51ABDE) is known color: Picton Blue. HEX triplet: 51, AB and DE. RGB value is (81,171,222). Sum of RGB (Red+Green+Blue) = 81+171+222=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #51ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABDE is #AE5421. Grayscale: #959595. Windows color (decimal): -11424802 or 14592849. OLE color: 14592849.
HSL color Cylindrical-coordinate representation of color #51ABDE: hue angle of 201.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51ABDE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 171 | 222 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.7º | 0.68% | 0.59% | - |
| HSV(B) | 201.7º | 0.64% | 0.87% | - |
| XYZ | 31.14 | 36.15 | 74.44 | - |
| YUV | 149.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 222 | 0.64 | 0.23 | 0 | 0.13 | 201.7 | 0.68 | 0.59 |
| Hex | 51 | AB | DE | 40 | 17 | 0 | D | CA | 44 | 3B |
| Octal | 121 | 253 | 336 | 100 | 27 | 0 | 15 | 312 | 104 | 73 |
| Binary | 1010001 | 10101011 | 11011110 | 1000000 | 10111 | 0 | 1101 | 11001010 | 1000100 | 111011 |
Color Harmonies of #51ABDE
Complementary color
Monochromatic Colors of #51ABDE
Black with #51ABDE
Text Example
Text Example
White with #51ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABDE; }
p { color: rgb(81,171,222); }
H1.HeaderClassName
{
color: #51ABDE;
}
.AnyTagClassName
{
color: #51ABDE;
}
</style>
background-color css
<style>
a { background-color: #51ABDE; }
a { background-color: rgb(81,171,222); }
div.DivClassName
{
background-color: #51ABDE;
}
.BgClassName
{
background-color: #51ABDE;
}
</style>
border-color css
<style>
span { border-color: #51ABDE; }
span { border-color: rgb(81,171,222); }
td.TdClassName
{
border-color: #51ABDE;
}
.TagClassName
{
border-color: #51ABDE;
}
</style>