Shades of Picton Blue #50ABD6
Tints of Picton Blue #50ABD6
RGB
CMYK
RGB Variations
Color information
#50ABD6 (or 0x50ABD6) is known color: Picton Blue. HEX triplet: 50, AB and D6. RGB value is (80,171,214). Sum of RGB (Red+Green+Blue) = 80+171+214=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #50ABD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABD6 is #AF5429. Grayscale: #949494. Windows color (decimal): -11490346 or 14068560. OLE color: 14068560.
HSL color Cylindrical-coordinate representation of color #50ABD6: hue angle of 199.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50ABD6 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 171 | 214 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.16 |
| HSL | 199.25º | 0.62% | 0.58% | - |
| HSV(B) | 199.25º | 0.63% | 0.84% | - |
| XYZ | 30.01 | 35.69 | 68.92 | - |
| YUV | 148.69 | 164.85 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 214 | 0.63 | 0.20 | 0 | 0.16 | 199.25 | 0.62 | 0.58 |
| Hex | 50 | AB | D6 | 3F | 14 | 0 | 10 | C7 | 3E | 3A |
| Octal | 120 | 253 | 326 | 77 | 24 | 0 | 20 | 307 | 76 | 72 |
| Binary | 1010000 | 10101011 | 11010110 | 111111 | 10100 | 0 | 10000 | 11000111 | 111110 | 111010 |
Color Harmonies of #50ABD6
Complementary color
Monochromatic Colors of #50ABD6
Black with #50ABD6
Text Example
Text Example
White with #50ABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABD6; }
p { color: rgb(80,171,214); }
H1.HeaderClassName
{
color: #50ABD6;
}
.AnyTagClassName
{
color: #50ABD6;
}
</style>
background-color css
<style>
a { background-color: #50ABD6; }
a { background-color: rgb(80,171,214); }
div.DivClassName
{
background-color: #50ABD6;
}
.BgClassName
{
background-color: #50ABD6;
}
</style>
border-color css
<style>
span { border-color: #50ABD6; }
span { border-color: rgb(80,171,214); }
td.TdClassName
{
border-color: #50ABD6;
}
.TagClassName
{
border-color: #50ABD6;
}
</style>