Shades of Picton Blue #65ABCF
Tints of Picton Blue #65ABCF
RGB
CMYK
RGB Variations
Color information
#65ABCF (or 0x65ABCF) is known color: Picton Blue. HEX triplet: 65, AB and CF. RGB value is (101,171,207). Sum of RGB (Red+Green+Blue) = 101+171+207=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #65ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABCF is #9A5430. Grayscale: #999999. Windows color (decimal): -10114097 or 13609829. OLE color: 13609829.
HSL color Cylindrical-coordinate representation of color #65ABCF: hue angle of 200.38º 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 #65ABCF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 171 | 207 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.19 |
| HSL | 200.38º | 0.52% | 0.6% | - |
| HSV(B) | 200.38º | 0.51% | 0.81% | - |
| XYZ | 31.19 | 36.4 | 64.41 | - |
| YUV | 154.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 207 | 0.51 | 0.17 | 0 | 0.19 | 200.38 | 0.52 | 0.6 |
| Hex | 65 | AB | CF | 33 | 11 | 0 | 13 | C8 | 34 | 3C |
| Octal | 145 | 253 | 317 | 63 | 21 | 0 | 23 | 310 | 64 | 74 |
| Binary | 1100101 | 10101011 | 11001111 | 110011 | 10001 | 0 | 10011 | 11001000 | 110100 | 111100 |
Color Harmonies of #65ABCF
Complementary color
Monochromatic Colors of #65ABCF
Black with #65ABCF
Text Example
Text Example
White with #65ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABCF; }
p { color: rgb(101,171,207); }
H1.HeaderClassName
{
color: #65ABCF;
}
.AnyTagClassName
{
color: #65ABCF;
}
</style>
background-color css
<style>
a { background-color: #65ABCF; }
a { background-color: rgb(101,171,207); }
div.DivClassName
{
background-color: #65ABCF;
}
.BgClassName
{
background-color: #65ABCF;
}
</style>
border-color css
<style>
span { border-color: #65ABCF; }
span { border-color: rgb(101,171,207); }
td.TdClassName
{
border-color: #65ABCF;
}
.TagClassName
{
border-color: #65ABCF;
}
</style>