Shades of Picton Blue #5EAFCF
Tints of Picton Blue #5EAFCF
RGB
CMYK
RGB Variations
Color information
#5EAFCF (or 0x5EAFCF) is known color: Picton Blue. HEX triplet: 5E, AF and CF. RGB value is (94,175,207). Sum of RGB (Red+Green+Blue) = 94+175+207=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFCF is #A15030. Grayscale: #9A9A9A. Windows color (decimal): -10571825 or 13610846. OLE color: 13610846.
HSL color Cylindrical-coordinate representation of color #5EAFCF: hue angle of 196.99º 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 #5EAFCF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 175 | 207 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.19 |
| HSL | 196.99º | 0.54% | 0.59% | - |
| HSV(B) | 196.99º | 0.55% | 0.81% | - |
| XYZ | 31.21 | 37.54 | 64.63 | - |
| YUV | 154.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 207 | 0.55 | 0.15 | 0 | 0.19 | 196.99 | 0.54 | 0.59 |
| Hex | 5E | AF | CF | 37 | F | 0 | 13 | C5 | 36 | 3B |
| Octal | 136 | 257 | 317 | 67 | 17 | 0 | 23 | 305 | 66 | 73 |
| Binary | 1011110 | 10101111 | 11001111 | 110111 | 1111 | 0 | 10011 | 11000101 | 110110 | 111011 |
Color Harmonies of #5EAFCF
Complementary color
Monochromatic Colors of #5EAFCF
Black with #5EAFCF
Text Example
Text Example
White with #5EAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFCF; }
p { color: rgb(94,175,207); }
H1.HeaderClassName
{
color: #5EAFCF;
}
.AnyTagClassName
{
color: #5EAFCF;
}
</style>
background-color css
<style>
a { background-color: #5EAFCF; }
a { background-color: rgb(94,175,207); }
div.DivClassName
{
background-color: #5EAFCF;
}
.BgClassName
{
background-color: #5EAFCF;
}
</style>
border-color css
<style>
span { border-color: #5EAFCF; }
span { border-color: rgb(94,175,207); }
td.TdClassName
{
border-color: #5EAFCF;
}
.TagClassName
{
border-color: #5EAFCF;
}
</style>