Shades of Picton Blue #5FAACF
Tints of Picton Blue #5FAACF
RGB
CMYK
RGB Variations
Color information
#5FAACF (or 0x5FAACF) is known color: Picton Blue. HEX triplet: 5F, AA and CF. RGB value is (95,170,207). Sum of RGB (Red+Green+Blue) = 95+170+207=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAACF is #A05530. Grayscale: #979797. Windows color (decimal): -10507569 or 13609567. OLE color: 13609567.
HSL color Cylindrical-coordinate representation of color #5FAACF: hue angle of 199.82º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FAACF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 170 | 207 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.19 |
| HSL | 199.82º | 0.54% | 0.59% | - |
| HSV(B) | 199.82º | 0.54% | 0.81% | - |
| XYZ | 30.36 | 35.69 | 64.32 | - |
| YUV | 151.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 207 | 0.54 | 0.18 | 0 | 0.19 | 199.82 | 0.54 | 0.59 |
| Hex | 5F | AA | CF | 36 | 12 | 0 | 13 | C8 | 36 | 3B |
| Octal | 137 | 252 | 317 | 66 | 22 | 0 | 23 | 310 | 66 | 73 |
| Binary | 1011111 | 10101010 | 11001111 | 110110 | 10010 | 0 | 10011 | 11001000 | 110110 | 111011 |
Color Harmonies of #5FAACF
Complementary color
Monochromatic Colors of #5FAACF
Black with #5FAACF
Text Example
Text Example
White with #5FAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAACF; }
p { color: rgb(95,170,207); }
H1.HeaderClassName
{
color: #5FAACF;
}
.AnyTagClassName
{
color: #5FAACF;
}
</style>
background-color css
<style>
a { background-color: #5FAACF; }
a { background-color: rgb(95,170,207); }
div.DivClassName
{
background-color: #5FAACF;
}
.BgClassName
{
background-color: #5FAACF;
}
</style>
border-color css
<style>
span { border-color: #5FAACF; }
span { border-color: rgb(95,170,207); }
td.TdClassName
{
border-color: #5FAACF;
}
.TagClassName
{
border-color: #5FAACF;
}
</style>