Shades of Picton Blue #65ACD1
Tints of Picton Blue #65ACD1
RGB
CMYK
RGB Variations
Color information
#65ACD1 (or 0x65ACD1) is known color: Picton Blue. HEX triplet: 65, AC and D1. RGB value is (101,172,209). Sum of RGB (Red+Green+Blue) = 101+172+209=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #65ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACD1 is #9A532E. Grayscale: #9A9A9A. Windows color (decimal): -10113839 or 13741157. OLE color: 13741157.
HSL color Cylindrical-coordinate representation of color #65ACD1: hue angle of 200.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65ACD1 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 172 | 209 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.18 |
| HSL | 200.56º | 0.54% | 0.61% | - |
| HSV(B) | 200.56º | 0.52% | 0.82% | - |
| XYZ | 31.63 | 36.88 | 65.77 | - |
| YUV | 154.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 209 | 0.52 | 0.18 | 0 | 0.18 | 200.56 | 0.54 | 0.61 |
| Hex | 65 | AC | D1 | 34 | 12 | 0 | 12 | C9 | 36 | 3D |
| Octal | 145 | 254 | 321 | 64 | 22 | 0 | 22 | 311 | 66 | 75 |
| Binary | 1100101 | 10101100 | 11010001 | 110100 | 10010 | 0 | 10010 | 11001001 | 110110 | 111101 |
Color Harmonies of #65ACD1
Complementary color
Monochromatic Colors of #65ACD1
Black with #65ACD1
Text Example
Text Example
White with #65ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACD1; }
p { color: rgb(101,172,209); }
H1.HeaderClassName
{
color: #65ACD1;
}
.AnyTagClassName
{
color: #65ACD1;
}
</style>
background-color css
<style>
a { background-color: #65ACD1; }
a { background-color: rgb(101,172,209); }
div.DivClassName
{
background-color: #65ACD1;
}
.BgClassName
{
background-color: #65ACD1;
}
</style>
border-color css
<style>
span { border-color: #65ACD1; }
span { border-color: rgb(101,172,209); }
td.TdClassName
{
border-color: #65ACD1;
}
.TagClassName
{
border-color: #65ACD1;
}
</style>