Shades of Picton Blue #50AADD
Tints of Picton Blue #50AADD
RGB
CMYK
RGB Variations
Color information
#50AADD (or 0x50AADD) is known color: Picton Blue. HEX triplet: 50, AA and DD. RGB value is (80,170,221). Sum of RGB (Red+Green+Blue) = 80+170+221=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #50AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AADD is #AF5522. Grayscale: #949494. Windows color (decimal): -11490595 or 14527056. OLE color: 14527056.
HSL color Cylindrical-coordinate representation of color #50AADD: hue angle of 201.7º degrees, saturation: 0.67, 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 #50AADD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 170 | 221 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.7º | 0.67% | 0.59% | - |
| HSV(B) | 201.7º | 0.64% | 0.87% | - |
| XYZ | 30.73 | 35.68 | 73.67 | - |
| YUV | 148.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 221 | 0.64 | 0.23 | 0 | 0.13 | 201.7 | 0.67 | 0.59 |
| Hex | 50 | AA | DD | 40 | 17 | 0 | D | CA | 43 | 3B |
| Octal | 120 | 252 | 335 | 100 | 27 | 0 | 15 | 312 | 103 | 73 |
| Binary | 1010000 | 10101010 | 11011101 | 1000000 | 10111 | 0 | 1101 | 11001010 | 1000011 | 111011 |
Color Harmonies of #50AADD
Complementary color
Monochromatic Colors of #50AADD
Black with #50AADD
Text Example
Text Example
White with #50AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AADD; }
p { color: rgb(80,170,221); }
H1.HeaderClassName
{
color: #50AADD;
}
.AnyTagClassName
{
color: #50AADD;
}
</style>
background-color css
<style>
a { background-color: #50AADD; }
a { background-color: rgb(80,170,221); }
div.DivClassName
{
background-color: #50AADD;
}
.BgClassName
{
background-color: #50AADD;
}
</style>
border-color css
<style>
span { border-color: #50AADD; }
span { border-color: rgb(80,170,221); }
td.TdClassName
{
border-color: #50AADD;
}
.TagClassName
{
border-color: #50AADD;
}
</style>