Shades of Picton Blue #50ABDC
Tints of Picton Blue #50ABDC
RGB
CMYK
RGB Variations
Color information
#50ABDC (or 0x50ABDC) is known color: Picton Blue. HEX triplet: 50, AB and DC. RGB value is (80,171,220). Sum of RGB (Red+Green+Blue) = 80+171+220=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #50ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABDC is #AF5423. Grayscale: #959595. Windows color (decimal): -11490340 or 14461776. OLE color: 14461776.
HSL color Cylindrical-coordinate representation of color #50ABDC: hue angle of 201º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50ABDC is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 171 | 220 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.14 |
| HSL | 201º | 0.67% | 0.59% | - |
| HSV(B) | 201º | 0.64% | 0.86% | - |
| XYZ | 30.79 | 36 | 73.04 | - |
| YUV | 149.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 220 | 0.64 | 0.22 | 0 | 0.14 | 201 | 0.67 | 0.59 |
| Hex | 50 | AB | DC | 40 | 16 | 0 | E | C9 | 43 | 3B |
| Octal | 120 | 253 | 334 | 100 | 26 | 0 | 16 | 311 | 103 | 73 |
| Binary | 1010000 | 10101011 | 11011100 | 1000000 | 10110 | 0 | 1110 | 11001001 | 1000011 | 111011 |
Color Harmonies of #50ABDC
Complementary color
Monochromatic Colors of #50ABDC
Black with #50ABDC
Text Example
Text Example
White with #50ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABDC; }
p { color: rgb(80,171,220); }
H1.HeaderClassName
{
color: #50ABDC;
}
.AnyTagClassName
{
color: #50ABDC;
}
</style>
background-color css
<style>
a { background-color: #50ABDC; }
a { background-color: rgb(80,171,220); }
div.DivClassName
{
background-color: #50ABDC;
}
.BgClassName
{
background-color: #50ABDC;
}
</style>
border-color css
<style>
span { border-color: #50ABDC; }
span { border-color: rgb(80,171,220); }
td.TdClassName
{
border-color: #50ABDC;
}
.TagClassName
{
border-color: #50ABDC;
}
</style>