Shades of Picton Blue #5FAECC
Tints of Picton Blue #5FAECC
RGB
CMYK
RGB Variations
Color information
#5FAECC (or 0x5FAECC) is known color: Picton Blue. HEX triplet: 5F, AE and CC. RGB value is (95,174,204). Sum of RGB (Red+Green+Blue) = 95+174+204=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAECC is #A05133. Grayscale: #999999. Windows color (decimal): -10506548 or 13413983. OLE color: 13413983.
HSL color Cylindrical-coordinate representation of color #5FAECC: hue angle of 196.51º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FAECC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 174 | 204 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.2 |
| HSL | 196.51º | 0.52% | 0.59% | - |
| HSV(B) | 196.51º | 0.53% | 0.8% | - |
| XYZ | 30.75 | 37.06 | 62.66 | - |
| YUV | 153.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 204 | 0.53 | 0.15 | 0 | 0.2 | 196.51 | 0.52 | 0.59 |
| Hex | 5F | AE | CC | 35 | F | 0 | 14 | C5 | 34 | 3B |
| Octal | 137 | 256 | 314 | 65 | 17 | 0 | 24 | 305 | 64 | 73 |
| Binary | 1011111 | 10101110 | 11001100 | 110101 | 1111 | 0 | 10100 | 11000101 | 110100 | 111011 |
Color Harmonies of #5FAECC
Complementary color
Monochromatic Colors of #5FAECC
Black with #5FAECC
Text Example
Text Example
White with #5FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAECC; }
p { color: rgb(95,174,204); }
H1.HeaderClassName
{
color: #5FAECC;
}
.AnyTagClassName
{
color: #5FAECC;
}
</style>
background-color css
<style>
a { background-color: #5FAECC; }
a { background-color: rgb(95,174,204); }
div.DivClassName
{
background-color: #5FAECC;
}
.BgClassName
{
background-color: #5FAECC;
}
</style>
border-color css
<style>
span { border-color: #5FAECC; }
span { border-color: rgb(95,174,204); }
td.TdClassName
{
border-color: #5FAECC;
}
.TagClassName
{
border-color: #5FAECC;
}
</style>