Shades of Picton Blue #5FAACB
Tints of Picton Blue #5FAACB
RGB
CMYK
RGB Variations
Color information
#5FAACB (or 0x5FAACB) is known color: Picton Blue. HEX triplet: 5F, AA and CB. RGB value is (95,170,203). Sum of RGB (Red+Green+Blue) = 95+170+203=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #5FAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAACB is #A05534. Grayscale: #979797. Windows color (decimal): -10507573 or 13347423. OLE color: 13347423.
HSL color Cylindrical-coordinate representation of color #5FAACB: hue angle of 198.33º 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 #5FAACB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 170 | 203 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.20 |
| HSL | 198.33º | 0.51% | 0.58% | - |
| HSV(B) | 198.33º | 0.53% | 0.8% | - |
| XYZ | 29.87 | 35.49 | 61.78 | - |
| YUV | 151.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 203 | 0.53 | 0.16 | 0 | 0.20 | 198.33 | 0.51 | 0.58 |
| Hex | 5F | AA | CB | 35 | 10 | 0 | 14 | C6 | 33 | 3A |
| Octal | 137 | 252 | 313 | 65 | 20 | 0 | 24 | 306 | 63 | 72 |
| Binary | 1011111 | 10101010 | 11001011 | 110101 | 10000 | 0 | 10100 | 11000110 | 110011 | 111010 |
Color Harmonies of #5FAACB
Complementary color
Monochromatic Colors of #5FAACB
Black with #5FAACB
Text Example
Text Example
White with #5FAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAACB; }
p { color: rgb(95,170,203); }
H1.HeaderClassName
{
color: #5FAACB;
}
.AnyTagClassName
{
color: #5FAACB;
}
</style>
background-color css
<style>
a { background-color: #5FAACB; }
a { background-color: rgb(95,170,203); }
div.DivClassName
{
background-color: #5FAACB;
}
.BgClassName
{
background-color: #5FAACB;
}
</style>
border-color css
<style>
span { border-color: #5FAACB; }
span { border-color: rgb(95,170,203); }
td.TdClassName
{
border-color: #5FAACB;
}
.TagClassName
{
border-color: #5FAACB;
}
</style>