Shades of Picton Blue #50A1CC
Tints of Picton Blue #50A1CC
RGB
CMYK
RGB Variations
Color information
#50A1CC (or 0x50A1CC) is known color: Picton Blue. HEX triplet: 50, A1 and CC. RGB value is (80,161,204). Sum of RGB (Red+Green+Blue) = 80+161+204=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #50A1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CC is #AF5E33. Grayscale: #8D8D8D. Windows color (decimal): -11492916 or 13410640. OLE color: 13410640.
HSL color Cylindrical-coordinate representation of color #50A1CC: hue angle of 200.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A1CC is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 161 | 204 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.2 |
| HSL | 200.81º | 0.55% | 0.56% | - |
| HSV(B) | 200.81º | 0.61% | 0.8% | - |
| XYZ | 26.95 | 31.55 | 61.8 | - |
| YUV | 141.68 | 163.16 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 204 | 0.61 | 0.21 | 0 | 0.2 | 200.81 | 0.55 | 0.56 |
| Hex | 50 | A1 | CC | 3D | 15 | 0 | 14 | C9 | 37 | 38 |
| Octal | 120 | 241 | 314 | 75 | 25 | 0 | 24 | 311 | 67 | 70 |
| Binary | 1010000 | 10100001 | 11001100 | 111101 | 10101 | 0 | 10100 | 11001001 | 110111 | 111000 |
Color Harmonies of #50A1CC
Complementary color
Monochromatic Colors of #50A1CC
Black with #50A1CC
Text Example
Text Example
White with #50A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1CC; }
p { color: rgb(80,161,204); }
H1.HeaderClassName
{
color: #50A1CC;
}
.AnyTagClassName
{
color: #50A1CC;
}
</style>
background-color css
<style>
a { background-color: #50A1CC; }
a { background-color: rgb(80,161,204); }
div.DivClassName
{
background-color: #50A1CC;
}
.BgClassName
{
background-color: #50A1CC;
}
</style>
border-color css
<style>
span { border-color: #50A1CC; }
span { border-color: rgb(80,161,204); }
td.TdClassName
{
border-color: #50A1CC;
}
.TagClassName
{
border-color: #50A1CC;
}
</style>