Shades of Picton Blue #5EAACF
Tints of Picton Blue #5EAACF
RGB
CMYK
RGB Variations
Color information
#5EAACF (or 0x5EAACF) is known color: Picton Blue. HEX triplet: 5E, AA and CF. RGB value is (94,170,207). Sum of RGB (Red+Green+Blue) = 94+170+207=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAACF is #A15530. Grayscale: #979797. Windows color (decimal): -10573105 or 13609566. OLE color: 13609566.
HSL color Cylindrical-coordinate representation of color #5EAACF: hue angle of 199.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EAACF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 170 | 207 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.19 |
| HSL | 199.65º | 0.54% | 0.59% | - |
| HSV(B) | 199.65º | 0.55% | 0.81% | - |
| XYZ | 30.25 | 35.63 | 64.32 | - |
| YUV | 151.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 207 | 0.55 | 0.18 | 0 | 0.19 | 199.65 | 0.54 | 0.59 |
| Hex | 5E | AA | CF | 37 | 12 | 0 | 13 | C8 | 36 | 3B |
| Octal | 136 | 252 | 317 | 67 | 22 | 0 | 23 | 310 | 66 | 73 |
| Binary | 1011110 | 10101010 | 11001111 | 110111 | 10010 | 0 | 10011 | 11001000 | 110110 | 111011 |
Color Harmonies of #5EAACF
Complementary color
Monochromatic Colors of #5EAACF
Black with #5EAACF
Text Example
Text Example
White with #5EAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAACF; }
p { color: rgb(94,170,207); }
H1.HeaderClassName
{
color: #5EAACF;
}
.AnyTagClassName
{
color: #5EAACF;
}
</style>
background-color css
<style>
a { background-color: #5EAACF; }
a { background-color: rgb(94,170,207); }
div.DivClassName
{
background-color: #5EAACF;
}
.BgClassName
{
background-color: #5EAACF;
}
</style>
border-color css
<style>
span { border-color: #5EAACF; }
span { border-color: rgb(94,170,207); }
td.TdClassName
{
border-color: #5EAACF;
}
.TagClassName
{
border-color: #5EAACF;
}
</style>