Shades of Picton Blue #50A3CE
Tints of Picton Blue #50A3CE
RGB
CMYK
RGB Variations
Color information
#50A3CE (or 0x50A3CE) is known color: Picton Blue. HEX triplet: 50, A3 and CE. RGB value is (80,163,206). Sum of RGB (Red+Green+Blue) = 80+163+206=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #50A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A3CE is #AF5C31. Grayscale: #8E8E8E. Windows color (decimal): -11492402 or 13542224. OLE color: 13542224.
HSL color Cylindrical-coordinate representation of color #50A3CE: hue angle of 200.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A3CE is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 163 | 206 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.19 |
| HSL | 200.48º | 0.56% | 0.56% | - |
| HSV(B) | 200.48º | 0.61% | 0.81% | - |
| XYZ | 27.55 | 32.36 | 63.19 | - |
| YUV | 143.09 | 163.5 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 163 | 206 | 0.61 | 0.21 | 0 | 0.19 | 200.48 | 0.56 | 0.56 |
| Hex | 50 | A3 | CE | 3D | 15 | 0 | 13 | C8 | 38 | 38 |
| Octal | 120 | 243 | 316 | 75 | 25 | 0 | 23 | 310 | 70 | 70 |
| Binary | 1010000 | 10100011 | 11001110 | 111101 | 10101 | 0 | 10011 | 11001000 | 111000 | 111000 |
Color Harmonies of #50A3CE
Complementary color
Monochromatic Colors of #50A3CE
Black with #50A3CE
Text Example
Text Example
White with #50A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A3CE; }
p { color: rgb(80,163,206); }
H1.HeaderClassName
{
color: #50A3CE;
}
.AnyTagClassName
{
color: #50A3CE;
}
</style>
background-color css
<style>
a { background-color: #50A3CE; }
a { background-color: rgb(80,163,206); }
div.DivClassName
{
background-color: #50A3CE;
}
.BgClassName
{
background-color: #50A3CE;
}
</style>
border-color css
<style>
span { border-color: #50A3CE; }
span { border-color: rgb(80,163,206); }
td.TdClassName
{
border-color: #50A3CE;
}
.TagClassName
{
border-color: #50A3CE;
}
</style>