Shades of Picton Blue #5FAACC
Tints of Picton Blue #5FAACC
RGB
CMYK
RGB Variations
Color information
#5FAACC (or 0x5FAACC) is known color: Picton Blue. HEX triplet: 5F, AA and CC. RGB value is (95,170,204). Sum of RGB (Red+Green+Blue) = 95+170+204=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAACC is #A05533. Grayscale: #979797. Windows color (decimal): -10507572 or 13412959. OLE color: 13412959.
HSL color Cylindrical-coordinate representation of color #5FAACC: hue angle of 198.72º 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 #5FAACC is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 170 | 204 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.2 |
| HSL | 198.72º | 0.52% | 0.59% | - |
| HSV(B) | 198.72º | 0.53% | 0.8% | - |
| XYZ | 29.99 | 35.54 | 62.41 | - |
| YUV | 151.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 204 | 0.53 | 0.17 | 0 | 0.2 | 198.72 | 0.52 | 0.59 |
| Hex | 5F | AA | CC | 35 | 11 | 0 | 14 | C7 | 34 | 3B |
| Octal | 137 | 252 | 314 | 65 | 21 | 0 | 24 | 307 | 64 | 73 |
| Binary | 1011111 | 10101010 | 11001100 | 110101 | 10001 | 0 | 10100 | 11000111 | 110100 | 111011 |
Color Harmonies of #5FAACC
Complementary color
Monochromatic Colors of #5FAACC
Black with #5FAACC
Text Example
Text Example
White with #5FAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAACC; }
p { color: rgb(95,170,204); }
H1.HeaderClassName
{
color: #5FAACC;
}
.AnyTagClassName
{
color: #5FAACC;
}
</style>
background-color css
<style>
a { background-color: #5FAACC; }
a { background-color: rgb(95,170,204); }
div.DivClassName
{
background-color: #5FAACC;
}
.BgClassName
{
background-color: #5FAACC;
}
</style>
border-color css
<style>
span { border-color: #5FAACC; }
span { border-color: rgb(95,170,204); }
td.TdClassName
{
border-color: #5FAACC;
}
.TagClassName
{
border-color: #5FAACC;
}
</style>