Shades of Picton Blue #5EA7D8
Tints of Picton Blue #5EA7D8
RGB
CMYK
RGB Variations
Color information
#5EA7D8 (or 0x5EA7D8) is known color: Picton Blue. HEX triplet: 5E, A7 and D8. RGB value is (94,167,216). Sum of RGB (Red+Green+Blue) = 94+167+216=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #5EA7D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA7D8 is #A15827. Grayscale: #969696. Windows color (decimal): -10573864 or 14198622. OLE color: 14198622.
HSL color Cylindrical-coordinate representation of color #5EA7D8: hue angle of 204.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EA7D8 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 167 | 216 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.15 |
| HSL | 204.1º | 0.61% | 0.61% | - |
| HSV(B) | 204.1º | 0.56% | 0.85% | - |
| XYZ | 30.83 | 34.97 | 70.09 | - |
| YUV | 150.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 167 | 216 | 0.56 | 0.23 | 0 | 0.15 | 204.1 | 0.61 | 0.61 |
| Hex | 5E | A7 | D8 | 38 | 17 | 0 | F | CC | 3D | 3D |
| Octal | 136 | 247 | 330 | 70 | 27 | 0 | 17 | 314 | 75 | 75 |
| Binary | 1011110 | 10100111 | 11011000 | 111000 | 10111 | 0 | 1111 | 11001100 | 111101 | 111101 |
Color Harmonies of #5EA7D8
Complementary color
Monochromatic Colors of #5EA7D8
Black with #5EA7D8
Text Example
Text Example
White with #5EA7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA7D8; }
p { color: rgb(94,167,216); }
H1.HeaderClassName
{
color: #5EA7D8;
}
.AnyTagClassName
{
color: #5EA7D8;
}
</style>
background-color css
<style>
a { background-color: #5EA7D8; }
a { background-color: rgb(94,167,216); }
div.DivClassName
{
background-color: #5EA7D8;
}
.BgClassName
{
background-color: #5EA7D8;
}
</style>
border-color css
<style>
span { border-color: #5EA7D8; }
span { border-color: rgb(94,167,216); }
td.TdClassName
{
border-color: #5EA7D8;
}
.TagClassName
{
border-color: #5EA7D8;
}
</style>