Shades of Picton Blue #51A9DB
Tints of Picton Blue #51A9DB
RGB
CMYK
RGB Variations
Color information
#51A9DB (or 0x51A9DB) is known color: Picton Blue. HEX triplet: 51, A9 and DB. RGB value is (81,169,219). Sum of RGB (Red+Green+Blue) = 81+169+219=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #51A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9DB is #AE5624. Grayscale: #949494. Windows color (decimal): -11425317 or 14395729. OLE color: 14395729.
HSL color Cylindrical-coordinate representation of color #51A9DB: hue angle of 201.74º 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 #51A9DB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 169 | 219 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.14 |
| HSL | 201.74º | 0.66% | 0.59% | - |
| HSV(B) | 201.74º | 0.63% | 0.86% | - |
| XYZ | 30.37 | 35.24 | 72.22 | - |
| YUV | 148.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 169 | 219 | 0.63 | 0.23 | 0 | 0.14 | 201.74 | 0.66 | 0.59 |
| Hex | 51 | A9 | DB | 3F | 17 | 0 | E | CA | 42 | 3B |
| Octal | 121 | 251 | 333 | 77 | 27 | 0 | 16 | 312 | 102 | 73 |
| Binary | 1010001 | 10101001 | 11011011 | 111111 | 10111 | 0 | 1110 | 11001010 | 1000010 | 111011 |
Color Harmonies of #51A9DB
Complementary color
Monochromatic Colors of #51A9DB
Black with #51A9DB
Text Example
Text Example
White with #51A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A9DB; }
p { color: rgb(81,169,219); }
H1.HeaderClassName
{
color: #51A9DB;
}
.AnyTagClassName
{
color: #51A9DB;
}
</style>
background-color css
<style>
a { background-color: #51A9DB; }
a { background-color: rgb(81,169,219); }
div.DivClassName
{
background-color: #51A9DB;
}
.BgClassName
{
background-color: #51A9DB;
}
</style>
border-color css
<style>
span { border-color: #51A9DB; }
span { border-color: rgb(81,169,219); }
td.TdClassName
{
border-color: #51A9DB;
}
.TagClassName
{
border-color: #51A9DB;
}
</style>