Shades of Picton Blue #50A1DE
Tints of Picton Blue #50A1DE
RGB
CMYK
RGB Variations
Color information
#50A1DE (or 0x50A1DE) is known color: Picton Blue. HEX triplet: 50, A1 and DE. RGB value is (80,161,222). Sum of RGB (Red+Green+Blue) = 80+161+222=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #50A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1DE is #AF5E21. Grayscale: #8F8F8F. Windows color (decimal): -11492898 or 14590288. OLE color: 14590288.
HSL color Cylindrical-coordinate representation of color #50A1DE: hue angle of 205.77º degrees, saturation: 0.68, 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 #50A1DE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 161 | 222 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.13 |
| HSL | 205.77º | 0.68% | 0.59% | - |
| HSV(B) | 205.77º | 0.64% | 0.87% | - |
| XYZ | 29.24 | 32.47 | 73.83 | - |
| YUV | 143.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 222 | 0.64 | 0.27 | 0 | 0.13 | 205.77 | 0.68 | 0.59 |
| Hex | 50 | A1 | DE | 40 | 1B | 0 | D | CE | 44 | 3B |
| Octal | 120 | 241 | 336 | 100 | 33 | 0 | 15 | 316 | 104 | 73 |
| Binary | 1010000 | 10100001 | 11011110 | 1000000 | 11011 | 0 | 1101 | 11001110 | 1000100 | 111011 |
Color Harmonies of #50A1DE
Complementary color
Monochromatic Colors of #50A1DE
Black with #50A1DE
Text Example
Text Example
White with #50A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1DE; }
p { color: rgb(80,161,222); }
H1.HeaderClassName
{
color: #50A1DE;
}
.AnyTagClassName
{
color: #50A1DE;
}
</style>
background-color css
<style>
a { background-color: #50A1DE; }
a { background-color: rgb(80,161,222); }
div.DivClassName
{
background-color: #50A1DE;
}
.BgClassName
{
background-color: #50A1DE;
}
</style>
border-color css
<style>
span { border-color: #50A1DE; }
span { border-color: rgb(80,161,222); }
td.TdClassName
{
border-color: #50A1DE;
}
.TagClassName
{
border-color: #50A1DE;
}
</style>