Shades of Picton Blue #50ABDF
Tints of Picton Blue #50ABDF
RGB
CMYK
RGB Variations
Color information
#50ABDF (or 0x50ABDF) is known color: Picton Blue. HEX triplet: 50, AB and DF. RGB value is (80,171,223). Sum of RGB (Red+Green+Blue) = 80+171+223=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #50ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABDF is #AF5420. Grayscale: #959595. Windows color (decimal): -11490337 or 14658384. OLE color: 14658384.
HSL color Cylindrical-coordinate representation of color #50ABDF: hue angle of 201.82º 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 #50ABDF is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 171 | 223 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.82º | 0.69% | 0.59% | - |
| HSV(B) | 201.82º | 0.64% | 0.87% | - |
| XYZ | 31.19 | 36.16 | 75.15 | - |
| YUV | 149.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 223 | 0.64 | 0.23 | 0 | 0.13 | 201.82 | 0.69 | 0.59 |
| Hex | 50 | AB | DF | 40 | 17 | 0 | D | CA | 45 | 3B |
| Octal | 120 | 253 | 337 | 100 | 27 | 0 | 15 | 312 | 105 | 73 |
| Binary | 1010000 | 10101011 | 11011111 | 1000000 | 10111 | 0 | 1101 | 11001010 | 1000101 | 111011 |
Color Harmonies of #50ABDF
Complementary color
Monochromatic Colors of #50ABDF
Black with #50ABDF
Text Example
Text Example
White with #50ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABDF; }
p { color: rgb(80,171,223); }
H1.HeaderClassName
{
color: #50ABDF;
}
.AnyTagClassName
{
color: #50ABDF;
}
</style>
background-color css
<style>
a { background-color: #50ABDF; }
a { background-color: rgb(80,171,223); }
div.DivClassName
{
background-color: #50ABDF;
}
.BgClassName
{
background-color: #50ABDF;
}
</style>
border-color css
<style>
span { border-color: #50ABDF; }
span { border-color: rgb(80,171,223); }
td.TdClassName
{
border-color: #50ABDF;
}
.TagClassName
{
border-color: #50ABDF;
}
</style>