Shades of Picton Blue #5FAFCF
Tints of Picton Blue #5FAFCF
RGB
CMYK
RGB Variations
Color information
#5FAFCF (or 0x5FAFCF) is known color: Picton Blue. HEX triplet: 5F, AF and CF. RGB value is (95,175,207). Sum of RGB (Red+Green+Blue) = 95+175+207=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFCF is #A05030. Grayscale: #9A9A9A. Windows color (decimal): -10506289 or 13610847. OLE color: 13610847.
HSL color Cylindrical-coordinate representation of color #5FAFCF: hue angle of 197.14º 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 #5FAFCF is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 175 | 207 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.19 |
| HSL | 197.14º | 0.54% | 0.59% | - |
| HSV(B) | 197.14º | 0.54% | 0.81% | - |
| XYZ | 31.31 | 37.6 | 64.64 | - |
| YUV | 154.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 207 | 0.54 | 0.15 | 0 | 0.19 | 197.14 | 0.54 | 0.59 |
| Hex | 5F | AF | CF | 36 | F | 0 | 13 | C5 | 36 | 3B |
| Octal | 137 | 257 | 317 | 66 | 17 | 0 | 23 | 305 | 66 | 73 |
| Binary | 1011111 | 10101111 | 11001111 | 110110 | 1111 | 0 | 10011 | 11000101 | 110110 | 111011 |
Color Harmonies of #5FAFCF
Complementary color
Monochromatic Colors of #5FAFCF
Black with #5FAFCF
Text Example
Text Example
White with #5FAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFCF; }
p { color: rgb(95,175,207); }
H1.HeaderClassName
{
color: #5FAFCF;
}
.AnyTagClassName
{
color: #5FAFCF;
}
</style>
background-color css
<style>
a { background-color: #5FAFCF; }
a { background-color: rgb(95,175,207); }
div.DivClassName
{
background-color: #5FAFCF;
}
.BgClassName
{
background-color: #5FAFCF;
}
</style>
border-color css
<style>
span { border-color: #5FAFCF; }
span { border-color: rgb(95,175,207); }
td.TdClassName
{
border-color: #5FAFCF;
}
.TagClassName
{
border-color: #5FAFCF;
}
</style>