Shades of Picton Blue #50A0CE
Tints of Picton Blue #50A0CE
RGB
CMYK
RGB Variations
Color information
#50A0CE (or 0x50A0CE) is known color: Picton Blue. HEX triplet: 50, A0 and CE. RGB value is (80,160,206). Sum of RGB (Red+Green+Blue) = 80+160+206=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #50A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A0CE is #AF5F31. Grayscale: #8D8D8D. Windows color (decimal): -11493170 or 13541456. OLE color: 13541456.
HSL color Cylindrical-coordinate representation of color #50A0CE: hue angle of 201.9º 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 #50A0CE is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 160 | 206 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.19 |
| HSL | 201.9º | 0.56% | 0.56% | - |
| HSV(B) | 201.9º | 0.61% | 0.81% | - |
| XYZ | 27.02 | 31.3 | 63.01 | - |
| YUV | 141.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 206 | 0.61 | 0.22 | 0 | 0.19 | 201.9 | 0.56 | 0.56 |
| Hex | 50 | A0 | CE | 3D | 16 | 0 | 13 | CA | 38 | 38 |
| Octal | 120 | 240 | 316 | 75 | 26 | 0 | 23 | 312 | 70 | 70 |
| Binary | 1010000 | 10100000 | 11001110 | 111101 | 10110 | 0 | 10011 | 11001010 | 111000 | 111000 |
Color Harmonies of #50A0CE
Complementary color
Monochromatic Colors of #50A0CE
Black with #50A0CE
Text Example
Text Example
White with #50A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A0CE; }
p { color: rgb(80,160,206); }
H1.HeaderClassName
{
color: #50A0CE;
}
.AnyTagClassName
{
color: #50A0CE;
}
</style>
background-color css
<style>
a { background-color: #50A0CE; }
a { background-color: rgb(80,160,206); }
div.DivClassName
{
background-color: #50A0CE;
}
.BgClassName
{
background-color: #50A0CE;
}
</style>
border-color css
<style>
span { border-color: #50A0CE; }
span { border-color: rgb(80,160,206); }
td.TdClassName
{
border-color: #50A0CE;
}
.TagClassName
{
border-color: #50A0CE;
}
</style>