Shades of Picton Blue #65ACC7
Tints of Picton Blue #65ACC7
RGB
CMYK
RGB Variations
Color information
#65ACC7 (or 0x65ACC7) is known color: Picton Blue. HEX triplet: 65, AC and C7. RGB value is (101,172,199). Sum of RGB (Red+Green+Blue) = 101+172+199=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #65ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACC7 is #9A5338. Grayscale: #999999. Windows color (decimal): -10113849 or 13085797. OLE color: 13085797.
HSL color Cylindrical-coordinate representation of color #65ACC7: hue angle of 196.53º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65ACC7 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 172 | 199 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.22 |
| HSL | 196.53º | 0.47% | 0.59% | - |
| HSV(B) | 196.53º | 0.49% | 0.78% | - |
| XYZ | 30.43 | 36.4 | 59.45 | - |
| YUV | 153.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 199 | 0.49 | 0.14 | 0 | 0.22 | 196.53 | 0.47 | 0.59 |
| Hex | 65 | AC | C7 | 31 | E | 0 | 16 | C5 | 2F | 3B |
| Octal | 145 | 254 | 307 | 61 | 16 | 0 | 26 | 305 | 57 | 73 |
| Binary | 1100101 | 10101100 | 11000111 | 110001 | 1110 | 0 | 10110 | 11000101 | 101111 | 111011 |
Color Harmonies of #65ACC7
Complementary color
Monochromatic Colors of #65ACC7
Black with #65ACC7
Text Example
Text Example
White with #65ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACC7; }
p { color: rgb(101,172,199); }
H1.HeaderClassName
{
color: #65ACC7;
}
.AnyTagClassName
{
color: #65ACC7;
}
</style>
background-color css
<style>
a { background-color: #65ACC7; }
a { background-color: rgb(101,172,199); }
div.DivClassName
{
background-color: #65ACC7;
}
.BgClassName
{
background-color: #65ACC7;
}
</style>
border-color css
<style>
span { border-color: #65ACC7; }
span { border-color: rgb(101,172,199); }
td.TdClassName
{
border-color: #65ACC7;
}
.TagClassName
{
border-color: #65ACC7;
}
</style>