Shades of Picton Blue #51ADDC
Tints of Picton Blue #51ADDC
RGB
CMYK
RGB Variations
Color information
#51ADDC (or 0x51ADDC) is known color: Picton Blue. HEX triplet: 51, AD and DC. RGB value is (81,173,220). Sum of RGB (Red+Green+Blue) = 81+173+220=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #51ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADDC is #AE5223. Grayscale: #969696. Windows color (decimal): -11424292 or 14462289. OLE color: 14462289.
HSL color Cylindrical-coordinate representation of color #51ADDC: hue angle of 200.29º degrees, saturation: 0.67, 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 #51ADDC is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 173 | 220 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 200.29º | 0.67% | 0.59% | - |
| HSV(B) | 200.29º | 0.63% | 0.86% | - |
| XYZ | 31.26 | 36.8 | 73.17 | - |
| YUV | 150.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 220 | 0.63 | 0.21 | 0 | 0.14 | 200.29 | 0.67 | 0.59 |
| Hex | 51 | AD | DC | 3F | 15 | 0 | E | C8 | 43 | 3B |
| Octal | 121 | 255 | 334 | 77 | 25 | 0 | 16 | 310 | 103 | 73 |
| Binary | 1010001 | 10101101 | 11011100 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000011 | 111011 |
Color Harmonies of #51ADDC
Complementary color
Monochromatic Colors of #51ADDC
Black with #51ADDC
Text Example
Text Example
White with #51ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADDC; }
p { color: rgb(81,173,220); }
H1.HeaderClassName
{
color: #51ADDC;
}
.AnyTagClassName
{
color: #51ADDC;
}
</style>
background-color css
<style>
a { background-color: #51ADDC; }
a { background-color: rgb(81,173,220); }
div.DivClassName
{
background-color: #51ADDC;
}
.BgClassName
{
background-color: #51ADDC;
}
</style>
border-color css
<style>
span { border-color: #51ADDC; }
span { border-color: rgb(81,173,220); }
td.TdClassName
{
border-color: #51ADDC;
}
.TagClassName
{
border-color: #51ADDC;
}
</style>