Shades of Picton Blue #65ACD3
Tints of Picton Blue #65ACD3
RGB
CMYK
RGB Variations
Color information
#65ACD3 (or 0x65ACD3) is known color: Picton Blue. HEX triplet: 65, AC and D3. RGB value is (101,172,211). Sum of RGB (Red+Green+Blue) = 101+172+211=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #65ACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACD3 is #9A532C. Grayscale: #9A9A9A. Windows color (decimal): -10113837 or 13872229. OLE color: 13872229.
HSL color Cylindrical-coordinate representation of color #65ACD3: hue angle of 201.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65ACD3 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 172 | 211 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.17 |
| HSL | 201.27º | 0.56% | 0.61% | - |
| HSV(B) | 201.27º | 0.52% | 0.83% | - |
| XYZ | 31.88 | 36.97 | 67.08 | - |
| YUV | 155.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 211 | 0.52 | 0.18 | 0 | 0.17 | 201.27 | 0.56 | 0.61 |
| Hex | 65 | AC | D3 | 34 | 12 | 0 | 11 | C9 | 38 | 3D |
| Octal | 145 | 254 | 323 | 64 | 22 | 0 | 21 | 311 | 70 | 75 |
| Binary | 1100101 | 10101100 | 11010011 | 110100 | 10010 | 0 | 10001 | 11001001 | 111000 | 111101 |
Color Harmonies of #65ACD3
Complementary color
Monochromatic Colors of #65ACD3
Black with #65ACD3
Text Example
Text Example
White with #65ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACD3; }
p { color: rgb(101,172,211); }
H1.HeaderClassName
{
color: #65ACD3;
}
.AnyTagClassName
{
color: #65ACD3;
}
</style>
background-color css
<style>
a { background-color: #65ACD3; }
a { background-color: rgb(101,172,211); }
div.DivClassName
{
background-color: #65ACD3;
}
.BgClassName
{
background-color: #65ACD3;
}
</style>
border-color css
<style>
span { border-color: #65ACD3; }
span { border-color: rgb(101,172,211); }
td.TdClassName
{
border-color: #65ACD3;
}
.TagClassName
{
border-color: #65ACD3;
}
</style>