Shades of Picton Blue #50ADDB
Tints of Picton Blue #50ADDB
RGB
CMYK
RGB Variations
Color information
#50ADDB (or 0x50ADDB) is known color: Picton Blue. HEX triplet: 50, AD and DB. RGB value is (80,173,219). Sum of RGB (Red+Green+Blue) = 80+173+219=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #50ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADDB is #AF5224. Grayscale: #969696. Windows color (decimal): -11489829 or 14396752. OLE color: 14396752.
HSL color Cylindrical-coordinate representation of color #50ADDB: hue angle of 199.86º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50ADDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 173 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 199.86º | 0.66% | 0.59% | - |
| HSV(B) | 199.86º | 0.63% | 0.86% | - |
| XYZ | 31.04 | 36.71 | 72.47 | - |
| YUV | 150.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 219 | 0.63 | 0.21 | 0 | 0.14 | 199.86 | 0.66 | 0.59 |
| Hex | 50 | AD | DB | 3F | 15 | 0 | E | C8 | 42 | 3B |
| Octal | 120 | 255 | 333 | 77 | 25 | 0 | 16 | 310 | 102 | 73 |
| Binary | 1010000 | 10101101 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001000 | 1000010 | 111011 |
Color Harmonies of #50ADDB
Complementary color
Monochromatic Colors of #50ADDB
Black with #50ADDB
Text Example
Text Example
White with #50ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADDB; }
p { color: rgb(80,173,219); }
H1.HeaderClassName
{
color: #50ADDB;
}
.AnyTagClassName
{
color: #50ADDB;
}
</style>
background-color css
<style>
a { background-color: #50ADDB; }
a { background-color: rgb(80,173,219); }
div.DivClassName
{
background-color: #50ADDB;
}
.BgClassName
{
background-color: #50ADDB;
}
</style>
border-color css
<style>
span { border-color: #50ADDB; }
span { border-color: rgb(80,173,219); }
td.TdClassName
{
border-color: #50ADDB;
}
.TagClassName
{
border-color: #50ADDB;
}
</style>