Shades of Picton Blue #5EAED5
Tints of Picton Blue #5EAED5
RGB
CMYK
RGB Variations
Color information
#5EAED5 (or 0x5EAED5) is known color: Picton Blue. HEX triplet: 5E, AE and D5. RGB value is (94,174,213). Sum of RGB (Red+Green+Blue) = 94+174+213=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #5EAED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAED5 is #A1512A. Grayscale: #9A9A9A. Windows color (decimal): -10572075 or 14003806. OLE color: 14003806.
HSL color Cylindrical-coordinate representation of color #5EAED5: hue angle of 199.66º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EAED5 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 174 | 213 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.16 |
| HSL | 199.66º | 0.59% | 0.6% | - |
| HSV(B) | 199.66º | 0.56% | 0.84% | - |
| XYZ | 31.76 | 37.46 | 68.51 | - |
| YUV | 154.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 213 | 0.56 | 0.18 | 0 | 0.16 | 199.66 | 0.59 | 0.6 |
| Hex | 5E | AE | D5 | 38 | 12 | 0 | 10 | C8 | 3B | 3C |
| Octal | 136 | 256 | 325 | 70 | 22 | 0 | 20 | 310 | 73 | 74 |
| Binary | 1011110 | 10101110 | 11010101 | 111000 | 10010 | 0 | 10000 | 11001000 | 111011 | 111100 |
Color Harmonies of #5EAED5
Complementary color
Monochromatic Colors of #5EAED5
Black with #5EAED5
Text Example
Text Example
White with #5EAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAED5; }
p { color: rgb(94,174,213); }
H1.HeaderClassName
{
color: #5EAED5;
}
.AnyTagClassName
{
color: #5EAED5;
}
</style>
background-color css
<style>
a { background-color: #5EAED5; }
a { background-color: rgb(94,174,213); }
div.DivClassName
{
background-color: #5EAED5;
}
.BgClassName
{
background-color: #5EAED5;
}
</style>
border-color css
<style>
span { border-color: #5EAED5; }
span { border-color: rgb(94,174,213); }
td.TdClassName
{
border-color: #5EAED5;
}
.TagClassName
{
border-color: #5EAED5;
}
</style>