Shades of Picton Blue #5EADCF
Tints of Picton Blue #5EADCF
RGB
CMYK
RGB Variations
Color information
#5EADCF (or 0x5EADCF) is known color: Picton Blue. HEX triplet: 5E, AD and CF. RGB value is (94,173,207). Sum of RGB (Red+Green+Blue) = 94+173+207=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADCF is #A15230. Grayscale: #999999. Windows color (decimal): -10572337 or 13610334. OLE color: 13610334.
HSL color Cylindrical-coordinate representation of color #5EADCF: hue angle of 198.05º 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 #5EADCF is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 173 | 207 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.19 |
| HSL | 198.05º | 0.54% | 0.59% | - |
| HSV(B) | 198.05º | 0.55% | 0.81% | - |
| XYZ | 30.82 | 36.77 | 64.5 | - |
| YUV | 153.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 207 | 0.55 | 0.16 | 0 | 0.19 | 198.05 | 0.54 | 0.59 |
| Hex | 5E | AD | CF | 37 | 10 | 0 | 13 | C6 | 36 | 3B |
| Octal | 136 | 255 | 317 | 67 | 20 | 0 | 23 | 306 | 66 | 73 |
| Binary | 1011110 | 10101101 | 11001111 | 110111 | 10000 | 0 | 10011 | 11000110 | 110110 | 111011 |
Color Harmonies of #5EADCF
Complementary color
Monochromatic Colors of #5EADCF
Black with #5EADCF
Text Example
Text Example
White with #5EADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADCF; }
p { color: rgb(94,173,207); }
H1.HeaderClassName
{
color: #5EADCF;
}
.AnyTagClassName
{
color: #5EADCF;
}
</style>
background-color css
<style>
a { background-color: #5EADCF; }
a { background-color: rgb(94,173,207); }
div.DivClassName
{
background-color: #5EADCF;
}
.BgClassName
{
background-color: #5EADCF;
}
</style>
border-color css
<style>
span { border-color: #5EADCF; }
span { border-color: rgb(94,173,207); }
td.TdClassName
{
border-color: #5EADCF;
}
.TagClassName
{
border-color: #5EADCF;
}
</style>