Shades of Picton Blue #50A6DB
Tints of Picton Blue #50A6DB
RGB
CMYK
RGB Variations
Color information
#50A6DB (or 0x50A6DB) is known color: Picton Blue. HEX triplet: 50, A6 and DB. RGB value is (80,166,219). Sum of RGB (Red+Green+Blue) = 80+166+219=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #50A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A6DB is #AF5924. Grayscale: #929292. Windows color (decimal): -11491621 or 14394960. OLE color: 14394960.
HSL color Cylindrical-coordinate representation of color #50A6DB: hue angle of 202.88º 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 #50A6DB is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 166 | 219 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.14 |
| HSL | 202.88º | 0.66% | 0.59% | - |
| HSV(B) | 202.88º | 0.63% | 0.86% | - |
| XYZ | 29.73 | 34.09 | 72.03 | - |
| YUV | 146.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 219 | 0.63 | 0.24 | 0 | 0.14 | 202.88 | 0.66 | 0.59 |
| Hex | 50 | A6 | DB | 3F | 18 | 0 | E | CB | 42 | 3B |
| Octal | 120 | 246 | 333 | 77 | 30 | 0 | 16 | 313 | 102 | 73 |
| Binary | 1010000 | 10100110 | 11011011 | 111111 | 11000 | 0 | 1110 | 11001011 | 1000010 | 111011 |
Color Harmonies of #50A6DB
Complementary color
Monochromatic Colors of #50A6DB
Black with #50A6DB
Text Example
Text Example
White with #50A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A6DB; }
p { color: rgb(80,166,219); }
H1.HeaderClassName
{
color: #50A6DB;
}
.AnyTagClassName
{
color: #50A6DB;
}
</style>
background-color css
<style>
a { background-color: #50A6DB; }
a { background-color: rgb(80,166,219); }
div.DivClassName
{
background-color: #50A6DB;
}
.BgClassName
{
background-color: #50A6DB;
}
</style>
border-color css
<style>
span { border-color: #50A6DB; }
span { border-color: rgb(80,166,219); }
td.TdClassName
{
border-color: #50A6DB;
}
.TagClassName
{
border-color: #50A6DB;
}
</style>