Shades of Picton Blue #65AACF
Tints of Picton Blue #65AACF
RGB
CMYK
RGB Variations
Color information
#65AACF (or 0x65AACF) is known color: Picton Blue. HEX triplet: 65, AA and CF. RGB value is (101,170,207). Sum of RGB (Red+Green+Blue) = 101+170+207=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #65AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AACF is #9A5530. Grayscale: #999999. Windows color (decimal): -10114353 or 13609573. OLE color: 13609573.
HSL color Cylindrical-coordinate representation of color #65AACF: hue angle of 200.94º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65AACF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 170 | 207 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.19 |
| HSL | 200.94º | 0.52% | 0.6% | - |
| HSV(B) | 200.94º | 0.51% | 0.81% | - |
| XYZ | 31 | 36.02 | 64.35 | - |
| YUV | 153.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 207 | 0.51 | 0.18 | 0 | 0.19 | 200.94 | 0.52 | 0.6 |
| Hex | 65 | AA | CF | 33 | 12 | 0 | 13 | C9 | 34 | 3C |
| Octal | 145 | 252 | 317 | 63 | 22 | 0 | 23 | 311 | 64 | 74 |
| Binary | 1100101 | 10101010 | 11001111 | 110011 | 10010 | 0 | 10011 | 11001001 | 110100 | 111100 |
Color Harmonies of #65AACF
Complementary color
Monochromatic Colors of #65AACF
Black with #65AACF
Text Example
Text Example
White with #65AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AACF; }
p { color: rgb(101,170,207); }
H1.HeaderClassName
{
color: #65AACF;
}
.AnyTagClassName
{
color: #65AACF;
}
</style>
background-color css
<style>
a { background-color: #65AACF; }
a { background-color: rgb(101,170,207); }
div.DivClassName
{
background-color: #65AACF;
}
.BgClassName
{
background-color: #65AACF;
}
</style>
border-color css
<style>
span { border-color: #65AACF; }
span { border-color: rgb(101,170,207); }
td.TdClassName
{
border-color: #65AACF;
}
.TagClassName
{
border-color: #65AACF;
}
</style>