Shades of Picton Blue #5EACCC
Tints of Picton Blue #5EACCC
RGB
CMYK
RGB Variations
Color information
#5EACCC (or 0x5EACCC) is known color: Picton Blue. HEX triplet: 5E, AC and CC. RGB value is (94,172,204). Sum of RGB (Red+Green+Blue) = 94+172+204=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCC is #A15333. Grayscale: #989898. Windows color (decimal): -10572596 or 13413470. OLE color: 13413470.
HSL color Cylindrical-coordinate representation of color #5EACCC: hue angle of 197.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EACCC is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 172 | 204 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.2 |
| HSL | 197.45º | 0.52% | 0.58% | - |
| HSV(B) | 197.45º | 0.54% | 0.8% | - |
| XYZ | 30.27 | 36.24 | 62.53 | - |
| YUV | 152.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 204 | 0.54 | 0.16 | 0 | 0.2 | 197.45 | 0.52 | 0.58 |
| Hex | 5E | AC | CC | 36 | 10 | 0 | 14 | C5 | 34 | 3A |
| Octal | 136 | 254 | 314 | 66 | 20 | 0 | 24 | 305 | 64 | 72 |
| Binary | 1011110 | 10101100 | 11001100 | 110110 | 10000 | 0 | 10100 | 11000101 | 110100 | 111010 |
Color Harmonies of #5EACCC
Complementary color
Monochromatic Colors of #5EACCC
Black with #5EACCC
Text Example
Text Example
White with #5EACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACCC; }
p { color: rgb(94,172,204); }
H1.HeaderClassName
{
color: #5EACCC;
}
.AnyTagClassName
{
color: #5EACCC;
}
</style>
background-color css
<style>
a { background-color: #5EACCC; }
a { background-color: rgb(94,172,204); }
div.DivClassName
{
background-color: #5EACCC;
}
.BgClassName
{
background-color: #5EACCC;
}
</style>
border-color css
<style>
span { border-color: #5EACCC; }
span { border-color: rgb(94,172,204); }
td.TdClassName
{
border-color: #5EACCC;
}
.TagClassName
{
border-color: #5EACCC;
}
</style>