Shades of Picton Blue #51ADDB
Tints of Picton Blue #51ADDB
RGB
CMYK
RGB Variations
Color information
#51ADDB (or 0x51ADDB) is known color: Picton Blue. HEX triplet: 51, AD and DB. RGB value is (81,173,219). Sum of RGB (Red+Green+Blue) = 81+173+219=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #51ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADDB is #AE5224. Grayscale: #969696. Windows color (decimal): -11424293 or 14396753. OLE color: 14396753.
HSL color Cylindrical-coordinate representation of color #51ADDB: hue angle of 200º 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 #51ADDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 173 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 200º | 0.66% | 0.59% | - |
| HSV(B) | 200º | 0.63% | 0.86% | - |
| XYZ | 31.12 | 36.75 | 72.47 | - |
| YUV | 150.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 219 | 0.63 | 0.21 | 0 | 0.14 | 200 | 0.66 | 0.59 |
| Hex | 51 | AD | DB | 3F | 15 | 0 | E | C8 | 42 | 3B |
| Octal | 121 | 255 | 333 | 77 | 25 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010001 | 10101101 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #51ADDB
Complementary color
Monochromatic Colors of #51ADDB
Black with #51ADDB
Text Example
Text Example
White with #51ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADDB; }
p { color: rgb(81,173,219); }
H1.HeaderClassName
{
color: #51ADDB;
}
.AnyTagClassName
{
color: #51ADDB;
}
</style>
background-color css
<style>
a { background-color: #51ADDB; }
a { background-color: rgb(81,173,219); }
div.DivClassName
{
background-color: #51ADDB;
}
.BgClassName
{
background-color: #51ADDB;
}
</style>
border-color css
<style>
span { border-color: #51ADDB; }
span { border-color: rgb(81,173,219); }
td.TdClassName
{
border-color: #51ADDB;
}
.TagClassName
{
border-color: #51ADDB;
}
</style>