Shades of Picton Blue #50ACDD
Tints of Picton Blue #50ACDD
RGB
CMYK
RGB Variations
Color information
#50ACDD (or 0x50ACDD) is known color: Picton Blue. HEX triplet: 50, AC and DD. RGB value is (80,172,221). Sum of RGB (Red+Green+Blue) = 80+172+221=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #50ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACDD is #AF5322. Grayscale: #959595. Windows color (decimal): -11490083 or 14527568. OLE color: 14527568.
HSL color Cylindrical-coordinate representation of color #50ACDD: hue angle of 200.85º 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 #50ACDD is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 172 | 221 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.85º | 0.67% | 0.59% | - |
| HSV(B) | 200.85º | 0.64% | 0.87% | - |
| XYZ | 31.11 | 36.43 | 73.8 | - |
| YUV | 150.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 221 | 0.64 | 0.22 | 0 | 0.13 | 200.85 | 0.67 | 0.59 |
| Hex | 50 | AC | DD | 40 | 16 | 0 | D | C9 | 43 | 3B |
| Octal | 120 | 254 | 335 | 100 | 26 | 0 | 15 | 311 | 103 | 73 |
| Binary | 1010000 | 10101100 | 11011101 | 1000000 | 10110 | 0 | 1101 | 11001001 | 1000011 | 111011 |
Color Harmonies of #50ACDD
Complementary color
Monochromatic Colors of #50ACDD
Black with #50ACDD
Text Example
Text Example
White with #50ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ACDD; }
p { color: rgb(80,172,221); }
H1.HeaderClassName
{
color: #50ACDD;
}
.AnyTagClassName
{
color: #50ACDD;
}
</style>
background-color css
<style>
a { background-color: #50ACDD; }
a { background-color: rgb(80,172,221); }
div.DivClassName
{
background-color: #50ACDD;
}
.BgClassName
{
background-color: #50ACDD;
}
</style>
border-color css
<style>
span { border-color: #50ACDD; }
span { border-color: rgb(80,172,221); }
td.TdClassName
{
border-color: #50ACDD;
}
.TagClassName
{
border-color: #50ACDD;
}
</style>