Shades of Picton Blue #5EAACB
Tints of Picton Blue #5EAACB
RGB
CMYK
RGB Variations
Color information
#5EAACB (or 0x5EAACB) is known color: Picton Blue. HEX triplet: 5E, AA and CB. RGB value is (94,170,203). Sum of RGB (Red+Green+Blue) = 94+170+203=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAACB is #A15534. Grayscale: #969696. Windows color (decimal): -10573109 or 13347422. OLE color: 13347422.
HSL color Cylindrical-coordinate representation of color #5EAACB: hue angle of 198.17º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EAACB is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 170 | 203 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.20 |
| HSL | 198.17º | 0.51% | 0.58% | - |
| HSV(B) | 198.17º | 0.54% | 0.8% | - |
| XYZ | 29.77 | 35.44 | 61.77 | - |
| YUV | 151.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 203 | 0.54 | 0.16 | 0 | 0.20 | 198.17 | 0.51 | 0.58 |
| Hex | 5E | AA | CB | 36 | 10 | 0 | 14 | C6 | 33 | 3A |
| Octal | 136 | 252 | 313 | 66 | 20 | 0 | 24 | 306 | 63 | 72 |
| Binary | 1011110 | 10101010 | 11001011 | 110110 | 10000 | 0 | 10100 | 11000110 | 110011 | 111010 |
Color Harmonies of #5EAACB
Complementary color
Monochromatic Colors of #5EAACB
Black with #5EAACB
Text Example
Text Example
White with #5EAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAACB; }
p { color: rgb(94,170,203); }
H1.HeaderClassName
{
color: #5EAACB;
}
.AnyTagClassName
{
color: #5EAACB;
}
</style>
background-color css
<style>
a { background-color: #5EAACB; }
a { background-color: rgb(94,170,203); }
div.DivClassName
{
background-color: #5EAACB;
}
.BgClassName
{
background-color: #5EAACB;
}
</style>
border-color css
<style>
span { border-color: #5EAACB; }
span { border-color: rgb(94,170,203); }
td.TdClassName
{
border-color: #5EAACB;
}
.TagClassName
{
border-color: #5EAACB;
}
</style>