Shades of Picton Blue #5EABCA
Tints of Picton Blue #5EABCA
RGB
CMYK
RGB Variations
Color information
#5EABCA (or 0x5EABCA) is known color: Picton Blue. HEX triplet: 5E, AB and CA. RGB value is (94,171,202). Sum of RGB (Red+Green+Blue) = 94+171+202=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABCA is #A15435. Grayscale: #979797. Windows color (decimal): -10572854 or 13282142. OLE color: 13282142.
HSL color Cylindrical-coordinate representation of color #5EABCA: hue angle of 197.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EABCA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 171 | 202 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.21 |
| HSL | 197.22º | 0.5% | 0.58% | - |
| HSV(B) | 197.22º | 0.53% | 0.79% | - |
| XYZ | 29.84 | 35.77 | 61.21 | - |
| YUV | 151.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 202 | 0.53 | 0.15 | 0 | 0.21 | 197.22 | 0.5 | 0.58 |
| Hex | 5E | AB | CA | 35 | F | 0 | 15 | C5 | 32 | 3A |
| Octal | 136 | 253 | 312 | 65 | 17 | 0 | 25 | 305 | 62 | 72 |
| Binary | 1011110 | 10101011 | 11001010 | 110101 | 1111 | 0 | 10101 | 11000101 | 110010 | 111010 |
Color Harmonies of #5EABCA
Complementary color
Monochromatic Colors of #5EABCA
Black with #5EABCA
Text Example
Text Example
White with #5EABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABCA; }
p { color: rgb(94,171,202); }
H1.HeaderClassName
{
color: #5EABCA;
}
.AnyTagClassName
{
color: #5EABCA;
}
</style>
background-color css
<style>
a { background-color: #5EABCA; }
a { background-color: rgb(94,171,202); }
div.DivClassName
{
background-color: #5EABCA;
}
.BgClassName
{
background-color: #5EABCA;
}
</style>
border-color css
<style>
span { border-color: #5EABCA; }
span { border-color: rgb(94,171,202); }
td.TdClassName
{
border-color: #5EABCA;
}
.TagClassName
{
border-color: #5EABCA;
}
</style>