Shades of Picton Blue #51AEDB
Tints of Picton Blue #51AEDB
RGB
CMYK
RGB Variations
Color information
#51AEDB (or 0x51AEDB) is known color: Picton Blue. HEX triplet: 51, AE and DB. RGB value is (81,174,219). Sum of RGB (Red+Green+Blue) = 81+174+219=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #51AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AEDB is #AE5124. Grayscale: #979797. Windows color (decimal): -11424037 or 14397009. OLE color: 14397009.
HSL color Cylindrical-coordinate representation of color #51AEDB: hue angle of 199.57º 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 #51AEDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 174 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 199.57º | 0.66% | 0.59% | - |
| HSV(B) | 199.57º | 0.63% | 0.86% | - |
| XYZ | 31.32 | 37.14 | 72.54 | - |
| YUV | 151.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 174 | 219 | 0.63 | 0.21 | 0 | 0.14 | 199.57 | 0.66 | 0.59 |
| Hex | 51 | AE | DB | 3F | 15 | 0 | E | C8 | 42 | 3B |
| Octal | 121 | 256 | 333 | 77 | 25 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010001 | 10101110 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #51AEDB
Complementary color
Monochromatic Colors of #51AEDB
Black with #51AEDB
Text Example
Text Example
White with #51AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AEDB; }
p { color: rgb(81,174,219); }
H1.HeaderClassName
{
color: #51AEDB;
}
.AnyTagClassName
{
color: #51AEDB;
}
</style>
background-color css
<style>
a { background-color: #51AEDB; }
a { background-color: rgb(81,174,219); }
div.DivClassName
{
background-color: #51AEDB;
}
.BgClassName
{
background-color: #51AEDB;
}
</style>
border-color css
<style>
span { border-color: #51AEDB; }
span { border-color: rgb(81,174,219); }
td.TdClassName
{
border-color: #51AEDB;
}
.TagClassName
{
border-color: #51AEDB;
}
</style>