Shades of Picton Blue #50AADE
Tints of Picton Blue #50AADE
RGB
CMYK
RGB Variations
Color information
#50AADE (or 0x50AADE) is known color: Picton Blue. HEX triplet: 50, AA and DE. RGB value is (80,170,222). Sum of RGB (Red+Green+Blue) = 80+170+222=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #50AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AADE is #AF5521. Grayscale: #949494. Windows color (decimal): -11490594 or 14592592. OLE color: 14592592.
HSL color Cylindrical-coordinate representation of color #50AADE: hue angle of 201.97º 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 #50AADE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 170 | 222 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.13 |
| HSL | 201.97º | 0.68% | 0.59% | - |
| HSV(B) | 201.97º | 0.64% | 0.87% | - |
| XYZ | 30.87 | 35.73 | 74.38 | - |
| YUV | 149.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 222 | 0.64 | 0.23 | 0 | 0.13 | 201.97 | 0.68 | 0.59 |
| Hex | 50 | AA | DE | 40 | 17 | 0 | D | CA | 44 | 3B |
| Octal | 120 | 252 | 336 | 100 | 27 | 0 | 15 | 312 | 104 | 73 |
| Binary | 1010000 | 10101010 | 11011110 | 1000000 | 10111 | 0 | 1101 | 11001010 | 1000100 | 111011 |
Color Harmonies of #50AADE
Complementary color
Monochromatic Colors of #50AADE
Black with #50AADE
Text Example
Text Example
White with #50AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AADE; }
p { color: rgb(80,170,222); }
H1.HeaderClassName
{
color: #50AADE;
}
.AnyTagClassName
{
color: #50AADE;
}
</style>
background-color css
<style>
a { background-color: #50AADE; }
a { background-color: rgb(80,170,222); }
div.DivClassName
{
background-color: #50AADE;
}
.BgClassName
{
background-color: #50AADE;
}
</style>
border-color css
<style>
span { border-color: #50AADE; }
span { border-color: rgb(80,170,222); }
td.TdClassName
{
border-color: #50AADE;
}
.TagClassName
{
border-color: #50AADE;
}
</style>