Shades of Picton Blue #5FAECB
Tints of Picton Blue #5FAECB
RGB
CMYK
RGB Variations
Color information
#5FAECB (or 0x5FAECB) is known color: Picton Blue. HEX triplet: 5F, AE and CB. RGB value is (95,174,203). Sum of RGB (Red+Green+Blue) = 95+174+203=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #5FAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAECB is #A05134. Grayscale: #999999. Windows color (decimal): -10506549 or 13348447. OLE color: 13348447.
HSL color Cylindrical-coordinate representation of color #5FAECB: hue angle of 196.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FAECB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 174 | 203 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.20 |
| HSL | 196.11º | 0.51% | 0.58% | - |
| HSV(B) | 196.11º | 0.53% | 0.8% | - |
| XYZ | 30.63 | 37.02 | 62.03 | - |
| YUV | 153.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 203 | 0.53 | 0.14 | 0 | 0.20 | 196.11 | 0.51 | 0.58 |
| Hex | 5F | AE | CB | 35 | E | 0 | 14 | C4 | 33 | 3A |
| Octal | 137 | 256 | 313 | 65 | 16 | 0 | 24 | 304 | 63 | 72 |
| Binary | 1011111 | 10101110 | 11001011 | 110101 | 1110 | 0 | 10100 | 11000100 | 110011 | 111010 |
Color Harmonies of #5FAECB
Complementary color
Monochromatic Colors of #5FAECB
Black with #5FAECB
Text Example
Text Example
White with #5FAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAECB; }
p { color: rgb(95,174,203); }
H1.HeaderClassName
{
color: #5FAECB;
}
.AnyTagClassName
{
color: #5FAECB;
}
</style>
background-color css
<style>
a { background-color: #5FAECB; }
a { background-color: rgb(95,174,203); }
div.DivClassName
{
background-color: #5FAECB;
}
.BgClassName
{
background-color: #5FAECB;
}
</style>
border-color css
<style>
span { border-color: #5FAECB; }
span { border-color: rgb(95,174,203); }
td.TdClassName
{
border-color: #5FAECB;
}
.TagClassName
{
border-color: #5FAECB;
}
</style>