Shades of Picton Blue #5EAADB
Tints of Picton Blue #5EAADB
RGB
CMYK
RGB Variations
Color information
#5EAADB (or 0x5EAADB) is known color: Picton Blue. HEX triplet: 5E, AA and DB. RGB value is (94,170,219). Sum of RGB (Red+Green+Blue) = 94+170+219=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAADB is #A15524. Grayscale: #989898. Windows color (decimal): -10573093 or 14395998. OLE color: 14395998.
HSL color Cylindrical-coordinate representation of color #5EAADB: hue angle of 203.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAADB is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 170 | 219 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.14 |
| HSL | 203.52º | 0.63% | 0.61% | - |
| HSV(B) | 203.52º | 0.57% | 0.86% | - |
| XYZ | 31.78 | 36.24 | 72.34 | - |
| YUV | 152.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 219 | 0.57 | 0.22 | 0 | 0.14 | 203.52 | 0.63 | 0.61 |
| Hex | 5E | AA | DB | 39 | 16 | 0 | E | CC | 3F | 3D |
| Octal | 136 | 252 | 333 | 71 | 26 | 0 | 16 | 314 | 77 | 75 |
| Binary | 1011110 | 10101010 | 11011011 | 111001 | 10110 | 0 | 1110 | 11001100 | 111111 | 111101 |
Color Harmonies of #5EAADB
Complementary color
Monochromatic Colors of #5EAADB
Black with #5EAADB
Text Example
Text Example
White with #5EAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAADB; }
p { color: rgb(94,170,219); }
H1.HeaderClassName
{
color: #5EAADB;
}
.AnyTagClassName
{
color: #5EAADB;
}
</style>
background-color css
<style>
a { background-color: #5EAADB; }
a { background-color: rgb(94,170,219); }
div.DivClassName
{
background-color: #5EAADB;
}
.BgClassName
{
background-color: #5EAADB;
}
</style>
border-color css
<style>
span { border-color: #5EAADB; }
span { border-color: rgb(94,170,219); }
td.TdClassName
{
border-color: #5EAADB;
}
.TagClassName
{
border-color: #5EAADB;
}
</style>