Shades of Picton Blue #5EABDB
Tints of Picton Blue #5EABDB
RGB
CMYK
RGB Variations
Color information
#5EABDB (or 0x5EABDB) is known color: Picton Blue. HEX triplet: 5E, AB and DB. RGB value is (94,171,219). Sum of RGB (Red+Green+Blue) = 94+171+219=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABDB is #A15424. Grayscale: #999999. Windows color (decimal): -10572837 or 14396254. OLE color: 14396254.
HSL color Cylindrical-coordinate representation of color #5EABDB: hue angle of 203.04º 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 #5EABDB is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 171 | 219 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.14 |
| HSL | 203.04º | 0.63% | 0.61% | - |
| HSV(B) | 203.04º | 0.57% | 0.86% | - |
| XYZ | 31.97 | 36.62 | 72.4 | - |
| YUV | 153.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 219 | 0.57 | 0.22 | 0 | 0.14 | 203.04 | 0.63 | 0.61 |
| Hex | 5E | AB | DB | 39 | 16 | 0 | E | CB | 3F | 3D |
| Octal | 136 | 253 | 333 | 71 | 26 | 0 | 16 | 313 | 77 | 75 |
| Binary | 1011110 | 10101011 | 11011011 | 111001 | 10110 | 0 | 1110 | 11001011 | 111111 | 111101 |
Color Harmonies of #5EABDB
Complementary color
Monochromatic Colors of #5EABDB
Black with #5EABDB
Text Example
Text Example
White with #5EABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABDB; }
p { color: rgb(94,171,219); }
H1.HeaderClassName
{
color: #5EABDB;
}
.AnyTagClassName
{
color: #5EABDB;
}
</style>
background-color css
<style>
a { background-color: #5EABDB; }
a { background-color: rgb(94,171,219); }
div.DivClassName
{
background-color: #5EABDB;
}
.BgClassName
{
background-color: #5EABDB;
}
</style>
border-color css
<style>
span { border-color: #5EABDB; }
span { border-color: rgb(94,171,219); }
td.TdClassName
{
border-color: #5EABDB;
}
.TagClassName
{
border-color: #5EABDB;
}
</style>