Shades of Picton Blue #65ACCC
Tints of Picton Blue #65ACCC
RGB
CMYK
RGB Variations
Color information
#65ACCC (or 0x65ACCC) is known color: Picton Blue. HEX triplet: 65, AC and CC. RGB value is (101,172,204). Sum of RGB (Red+Green+Blue) = 101+172+204=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #65ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACCC is #9A5333. Grayscale: #9A9A9A. Windows color (decimal): -10113844 or 13413477. OLE color: 13413477.
HSL color Cylindrical-coordinate representation of color #65ACCC: hue angle of 198.64º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65ACCC is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 172 | 204 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.2 |
| HSL | 198.64º | 0.5% | 0.6% | - |
| HSV(B) | 198.64º | 0.5% | 0.8% | - |
| XYZ | 31.02 | 36.63 | 62.56 | - |
| YUV | 154.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 204 | 0.50 | 0.16 | 0 | 0.2 | 198.64 | 0.5 | 0.6 |
| Hex | 65 | AC | CC | 32 | 10 | 0 | 14 | C7 | 32 | 3C |
| Octal | 145 | 254 | 314 | 62 | 20 | 0 | 24 | 307 | 62 | 74 |
| Binary | 1100101 | 10101100 | 11001100 | 110010 | 10000 | 0 | 10100 | 11000111 | 110010 | 111100 |
Color Harmonies of #65ACCC
Complementary color
Monochromatic Colors of #65ACCC
Black with #65ACCC
Text Example
Text Example
White with #65ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACCC; }
p { color: rgb(101,172,204); }
H1.HeaderClassName
{
color: #65ACCC;
}
.AnyTagClassName
{
color: #65ACCC;
}
</style>
background-color css
<style>
a { background-color: #65ACCC; }
a { background-color: rgb(101,172,204); }
div.DivClassName
{
background-color: #65ACCC;
}
.BgClassName
{
background-color: #65ACCC;
}
</style>
border-color css
<style>
span { border-color: #65ACCC; }
span { border-color: rgb(101,172,204); }
td.TdClassName
{
border-color: #65ACCC;
}
.TagClassName
{
border-color: #65ACCC;
}
</style>