Shades of Picton Blue #50ACDA
Tints of Picton Blue #50ACDA
RGB
CMYK
RGB Variations
Color information
#50ACDA (or 0x50ACDA) is known color: Picton Blue. HEX triplet: 50, AC and DA. RGB value is (80,172,218). Sum of RGB (Red+Green+Blue) = 80+172+218=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #50ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACDA is #AF5325. Grayscale: #959595. Windows color (decimal): -11490086 or 14330960. OLE color: 14330960.
HSL color Cylindrical-coordinate representation of color #50ACDA: hue angle of 200º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50ACDA is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 172 | 218 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.15 |
| HSL | 200º | 0.65% | 0.58% | - |
| HSV(B) | 200º | 0.63% | 0.85% | - |
| XYZ | 30.72 | 36.27 | 71.71 | - |
| YUV | 149.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 218 | 0.63 | 0.21 | 0 | 0.15 | 200 | 0.65 | 0.58 |
| Hex | 50 | AC | DA | 3F | 15 | 0 | F | C8 | 41 | 3A |
| Octal | 120 | 254 | 332 | 77 | 25 | 0 | 17 | 310 | 101 | 72 |
| Binary | 1010000 | 10101100 | 11011010 | 111111 | 10101 | 0 | 1111 | 11001000 | 1000001 | 111010 |
Color Harmonies of #50ACDA
Complementary color
Monochromatic Colors of #50ACDA
Black with #50ACDA
Text Example
Text Example
White with #50ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ACDA; }
p { color: rgb(80,172,218); }
H1.HeaderClassName
{
color: #50ACDA;
}
.AnyTagClassName
{
color: #50ACDA;
}
</style>
background-color css
<style>
a { background-color: #50ACDA; }
a { background-color: rgb(80,172,218); }
div.DivClassName
{
background-color: #50ACDA;
}
.BgClassName
{
background-color: #50ACDA;
}
</style>
border-color css
<style>
span { border-color: #50ACDA; }
span { border-color: rgb(80,172,218); }
td.TdClassName
{
border-color: #50ACDA;
}
.TagClassName
{
border-color: #50ACDA;
}
</style>