Shades of Picton Blue #50A2D6
Tints of Picton Blue #50A2D6
RGB
CMYK
RGB Variations
Color information
#50A2D6 (or 0x50A2D6) is known color: Picton Blue. HEX triplet: 50, A2 and D6. RGB value is (80,162,214). Sum of RGB (Red+Green+Blue) = 80+162+214=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #50A2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A2D6 is #AF5D29. Grayscale: #8F8F8F. Windows color (decimal): -11492650 or 14066256. OLE color: 14066256.
HSL color Cylindrical-coordinate representation of color #50A2D6: hue angle of 203.28º 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 #50A2D6 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 162 | 214 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.16 |
| HSL | 203.28º | 0.62% | 0.58% | - |
| HSV(B) | 203.28º | 0.63% | 0.84% | - |
| XYZ | 28.37 | 32.4 | 68.38 | - |
| YUV | 143.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 214 | 0.63 | 0.24 | 0 | 0.16 | 203.28 | 0.62 | 0.58 |
| Hex | 50 | A2 | D6 | 3F | 18 | 0 | 10 | CB | 3E | 3A |
| Octal | 120 | 242 | 326 | 77 | 30 | 0 | 20 | 313 | 76 | 72 |
| Binary | 1010000 | 10100010 | 11010110 | 111111 | 11000 | 0 | 10000 | 11001011 | 111110 | 111010 |
Color Harmonies of #50A2D6
Complementary color
Monochromatic Colors of #50A2D6
Black with #50A2D6
Text Example
Text Example
White with #50A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A2D6; }
p { color: rgb(80,162,214); }
H1.HeaderClassName
{
color: #50A2D6;
}
.AnyTagClassName
{
color: #50A2D6;
}
</style>
background-color css
<style>
a { background-color: #50A2D6; }
a { background-color: rgb(80,162,214); }
div.DivClassName
{
background-color: #50A2D6;
}
.BgClassName
{
background-color: #50A2D6;
}
</style>
border-color css
<style>
span { border-color: #50A2D6; }
span { border-color: rgb(80,162,214); }
td.TdClassName
{
border-color: #50A2D6;
}
.TagClassName
{
border-color: #50A2D6;
}
</style>