Shades of Picton Blue #51A6DF
Tints of Picton Blue #51A6DF
RGB
CMYK
RGB Variations
Color information
#51A6DF (or 0x51A6DF) is known color: Picton Blue. HEX triplet: 51, A6 and DF. RGB value is (81,166,223). Sum of RGB (Red+Green+Blue) = 81+166+223=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #51A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6DF is #AE5920. Grayscale: #929292. Windows color (decimal): -11426081 or 14657105. OLE color: 14657105.
HSL color Cylindrical-coordinate representation of color #51A6DF: hue angle of 204.08º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51A6DF is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 166 | 223 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.13 |
| HSL | 204.08º | 0.69% | 0.6% | - |
| HSV(B) | 204.08º | 0.64% | 0.87% | - |
| XYZ | 30.35 | 34.35 | 74.84 | - |
| YUV | 147.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 166 | 223 | 0.64 | 0.26 | 0 | 0.13 | 204.08 | 0.69 | 0.6 |
| Hex | 51 | A6 | DF | 40 | 1A | 0 | D | CC | 45 | 3C |
| Octal | 121 | 246 | 337 | 100 | 32 | 0 | 15 | 314 | 105 | 74 |
| Binary | 1010001 | 10100110 | 11011111 | 1000000 | 11010 | 0 | 1101 | 11001100 | 1000101 | 111100 |
Color Harmonies of #51A6DF
Complementary color
Monochromatic Colors of #51A6DF
Black with #51A6DF
Text Example
Text Example
White with #51A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A6DF; }
p { color: rgb(81,166,223); }
H1.HeaderClassName
{
color: #51A6DF;
}
.AnyTagClassName
{
color: #51A6DF;
}
</style>
background-color css
<style>
a { background-color: #51A6DF; }
a { background-color: rgb(81,166,223); }
div.DivClassName
{
background-color: #51A6DF;
}
.BgClassName
{
background-color: #51A6DF;
}
</style>
border-color css
<style>
span { border-color: #51A6DF; }
span { border-color: rgb(81,166,223); }
td.TdClassName
{
border-color: #51A6DF;
}
.TagClassName
{
border-color: #51A6DF;
}
</style>