Shades of Picton Blue #5FACCC
Tints of Picton Blue #5FACCC
RGB
CMYK
RGB Variations
Color information
#5FACCC (or 0x5FACCC) is known color: Picton Blue. HEX triplet: 5F, AC and CC. RGB value is (95,172,204). Sum of RGB (Red+Green+Blue) = 95+172+204=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACCC is #A05333. Grayscale: #989898. Windows color (decimal): -10507060 or 13413471. OLE color: 13413471.
HSL color Cylindrical-coordinate representation of color #5FACCC: hue angle of 197.61º 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 #5FACCC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 172 | 204 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.2 |
| HSL | 197.61º | 0.52% | 0.59% | - |
| HSV(B) | 197.61º | 0.53% | 0.8% | - |
| XYZ | 30.37 | 36.3 | 62.53 | - |
| YUV | 152.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 204 | 0.53 | 0.16 | 0 | 0.2 | 197.61 | 0.52 | 0.59 |
| Hex | 5F | AC | CC | 35 | 10 | 0 | 14 | C6 | 34 | 3B |
| Octal | 137 | 254 | 314 | 65 | 20 | 0 | 24 | 306 | 64 | 73 |
| Binary | 1011111 | 10101100 | 11001100 | 110101 | 10000 | 0 | 10100 | 11000110 | 110100 | 111011 |
Color Harmonies of #5FACCC
Complementary color
Monochromatic Colors of #5FACCC
Black with #5FACCC
Text Example
Text Example
White with #5FACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACCC; }
p { color: rgb(95,172,204); }
H1.HeaderClassName
{
color: #5FACCC;
}
.AnyTagClassName
{
color: #5FACCC;
}
</style>
background-color css
<style>
a { background-color: #5FACCC; }
a { background-color: rgb(95,172,204); }
div.DivClassName
{
background-color: #5FACCC;
}
.BgClassName
{
background-color: #5FACCC;
}
</style>
border-color css
<style>
span { border-color: #5FACCC; }
span { border-color: rgb(95,172,204); }
td.TdClassName
{
border-color: #5FACCC;
}
.TagClassName
{
border-color: #5FACCC;
}
</style>