Shades of Picton Blue #50A1DF
Tints of Picton Blue #50A1DF
RGB
CMYK
RGB Variations
Color information
#50A1DF (or 0x50A1DF) is known color: Picton Blue. HEX triplet: 50, A1 and DF. RGB value is (80,161,223). Sum of RGB (Red+Green+Blue) = 80+161+223=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #50A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1DF is #AF5E20. Grayscale: #8F8F8F. Windows color (decimal): -11492897 or 14655824. OLE color: 14655824.
HSL color Cylindrical-coordinate representation of color #50A1DF: hue angle of 206.01º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A1DF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 161 | 223 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.13 |
| HSL | 206.01º | 0.69% | 0.59% | - |
| HSV(B) | 206.01º | 0.64% | 0.87% | - |
| XYZ | 29.37 | 32.52 | 74.54 | - |
| YUV | 143.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 223 | 0.64 | 0.28 | 0 | 0.13 | 206.01 | 0.69 | 0.59 |
| Hex | 50 | A1 | DF | 40 | 1C | 0 | D | CE | 45 | 3B |
| Octal | 120 | 241 | 337 | 100 | 34 | 0 | 15 | 316 | 105 | 73 |
| Binary | 1010000 | 10100001 | 11011111 | 1000000 | 11100 | 0 | 1101 | 11001110 | 1000101 | 111011 |
Color Harmonies of #50A1DF
Complementary color
Monochromatic Colors of #50A1DF
Black with #50A1DF
Text Example
Text Example
White with #50A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1DF; }
p { color: rgb(80,161,223); }
H1.HeaderClassName
{
color: #50A1DF;
}
.AnyTagClassName
{
color: #50A1DF;
}
</style>
background-color css
<style>
a { background-color: #50A1DF; }
a { background-color: rgb(80,161,223); }
div.DivClassName
{
background-color: #50A1DF;
}
.BgClassName
{
background-color: #50A1DF;
}
</style>
border-color css
<style>
span { border-color: #50A1DF; }
span { border-color: rgb(80,161,223); }
td.TdClassName
{
border-color: #50A1DF;
}
.TagClassName
{
border-color: #50A1DF;
}
</style>