Shades of Picton Blue #50ADDF
Tints of Picton Blue #50ADDF
RGB
CMYK
RGB Variations
Color information
#50ADDF (or 0x50ADDF) is known color: Picton Blue. HEX triplet: 50, AD and DF. RGB value is (80,173,223). Sum of RGB (Red+Green+Blue) = 80+173+223=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #50ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADDF is #AF5220. Grayscale: #969696. Windows color (decimal): -11489825 or 14658896. OLE color: 14658896.
HSL color Cylindrical-coordinate representation of color #50ADDF: hue angle of 200.98º degrees, saturation: 0.69, 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 #50ADDF is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 173 | 223 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.98º | 0.69% | 0.59% | - |
| HSV(B) | 200.98º | 0.64% | 0.87% | - |
| XYZ | 31.57 | 36.92 | 75.27 | - |
| YUV | 150.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 223 | 0.64 | 0.22 | 0 | 0.13 | 200.98 | 0.69 | 0.59 |
| Hex | 50 | AD | DF | 40 | 16 | 0 | D | C9 | 45 | 3B |
| Octal | 120 | 255 | 337 | 100 | 26 | 0 | 15 | 311 | 105 | 73 |
| Binary | 1010000 | 10101101 | 11011111 | 1000000 | 10110 | 0 | 1101 | 11001001 | 1000101 | 111011 |
Color Harmonies of #50ADDF
Complementary color
Monochromatic Colors of #50ADDF
Black with #50ADDF
Text Example
Text Example
White with #50ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADDF; }
p { color: rgb(80,173,223); }
H1.HeaderClassName
{
color: #50ADDF;
}
.AnyTagClassName
{
color: #50ADDF;
}
</style>
background-color css
<style>
a { background-color: #50ADDF; }
a { background-color: rgb(80,173,223); }
div.DivClassName
{
background-color: #50ADDF;
}
.BgClassName
{
background-color: #50ADDF;
}
</style>
border-color css
<style>
span { border-color: #50ADDF; }
span { border-color: rgb(80,173,223); }
td.TdClassName
{
border-color: #50ADDF;
}
.TagClassName
{
border-color: #50ADDF;
}
</style>