Shades of Picton Blue #51ACDB
Tints of Picton Blue #51ACDB
RGB
CMYK
RGB Variations
Color information
#51ACDB (or 0x51ACDB) is known color: Picton Blue. HEX triplet: 51, AC and DB. RGB value is (81,172,219). Sum of RGB (Red+Green+Blue) = 81+172+219=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #51ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACDB is #AE5324. Grayscale: #959595. Windows color (decimal): -11424549 or 14396497. OLE color: 14396497.
HSL color Cylindrical-coordinate representation of color #51ACDB: hue angle of 200.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51ACDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 172 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 200.43º | 0.66% | 0.59% | - |
| HSV(B) | 200.43º | 0.63% | 0.86% | - |
| XYZ | 30.93 | 36.37 | 72.41 | - |
| YUV | 150.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 172 | 219 | 0.63 | 0.21 | 0 | 0.14 | 200.43 | 0.66 | 0.59 |
| Hex | 51 | AC | DB | 3F | 15 | 0 | E | C8 | 42 | 3B |
| Octal | 121 | 254 | 333 | 77 | 25 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010001 | 10101100 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #51ACDB
Complementary color
Monochromatic Colors of #51ACDB
Black with #51ACDB
Text Example
Text Example
White with #51ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ACDB; }
p { color: rgb(81,172,219); }
H1.HeaderClassName
{
color: #51ACDB;
}
.AnyTagClassName
{
color: #51ACDB;
}
</style>
background-color css
<style>
a { background-color: #51ACDB; }
a { background-color: rgb(81,172,219); }
div.DivClassName
{
background-color: #51ACDB;
}
.BgClassName
{
background-color: #51ACDB;
}
</style>
border-color css
<style>
span { border-color: #51ACDB; }
span { border-color: rgb(81,172,219); }
td.TdClassName
{
border-color: #51ACDB;
}
.TagClassName
{
border-color: #51ACDB;
}
</style>