Shades of Picton Blue #50ADDD
Tints of Picton Blue #50ADDD
RGB
CMYK
RGB Variations
Color information
#50ADDD (or 0x50ADDD) is known color: Picton Blue. HEX triplet: 50, AD and DD. RGB value is (80,173,221). Sum of RGB (Red+Green+Blue) = 80+173+221=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #50ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADDD is #AF5222. Grayscale: #969696. Windows color (decimal): -11489827 or 14527824. OLE color: 14527824.
HSL color Cylindrical-coordinate representation of color #50ADDD: hue angle of 200.43º 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 #50ADDD is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 173 | 221 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.43º | 0.67% | 0.59% | - |
| HSV(B) | 200.43º | 0.64% | 0.87% | - |
| XYZ | 31.3 | 36.81 | 73.86 | - |
| YUV | 150.67 | 167.69 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 221 | 0.64 | 0.22 | 0 | 0.13 | 200.43 | 0.67 | 0.59 |
| Hex | 50 | AD | DD | 40 | 16 | 0 | D | C8 | 43 | 3B |
| Octal | 120 | 255 | 335 | 100 | 26 | 0 | 15 | 310 | 103 | 73 |
| Binary | 1010000 | 10101101 | 11011101 | 1000000 | 10110 | 0 | 1101 | 11001000 | 1000011 | 111011 |
Color Harmonies of #50ADDD
Complementary color
Monochromatic Colors of #50ADDD
Black with #50ADDD
Text Example
Text Example
White with #50ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADDD; }
p { color: rgb(80,173,221); }
H1.HeaderClassName
{
color: #50ADDD;
}
.AnyTagClassName
{
color: #50ADDD;
}
</style>
background-color css
<style>
a { background-color: #50ADDD; }
a { background-color: rgb(80,173,221); }
div.DivClassName
{
background-color: #50ADDD;
}
.BgClassName
{
background-color: #50ADDD;
}
</style>
border-color css
<style>
span { border-color: #50ADDD; }
span { border-color: rgb(80,173,221); }
td.TdClassName
{
border-color: #50ADDD;
}
.TagClassName
{
border-color: #50ADDD;
}
</style>