Shades of Picton Blue #65ABCC
Tints of Picton Blue #65ABCC
RGB
CMYK
RGB Variations
Color information
#65ABCC (or 0x65ABCC) is known color: Picton Blue. HEX triplet: 65, AB and CC. RGB value is (101,171,204). Sum of RGB (Red+Green+Blue) = 101+171+204=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #65ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABCC is #9A5433. Grayscale: #999999. Windows color (decimal): -10114100 or 13413221. OLE color: 13413221.
HSL color Cylindrical-coordinate representation of color #65ABCC: hue angle of 199.22º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65ABCC is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 171 | 204 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.2 |
| HSL | 199.22º | 0.5% | 0.6% | - |
| HSV(B) | 199.22º | 0.5% | 0.8% | - |
| XYZ | 30.83 | 36.25 | 62.5 | - |
| YUV | 153.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 204 | 0.50 | 0.16 | 0 | 0.2 | 199.22 | 0.5 | 0.6 |
| Hex | 65 | AB | CC | 32 | 10 | 0 | 14 | C7 | 32 | 3C |
| Octal | 145 | 253 | 314 | 62 | 20 | 0 | 24 | 307 | 62 | 74 |
| Binary | 1100101 | 10101011 | 11001100 | 110010 | 10000 | 0 | 10100 | 11000111 | 110010 | 111100 |
Color Harmonies of #65ABCC
Complementary color
Monochromatic Colors of #65ABCC
Black with #65ABCC
Text Example
Text Example
White with #65ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABCC; }
p { color: rgb(101,171,204); }
H1.HeaderClassName
{
color: #65ABCC;
}
.AnyTagClassName
{
color: #65ABCC;
}
</style>
background-color css
<style>
a { background-color: #65ABCC; }
a { background-color: rgb(101,171,204); }
div.DivClassName
{
background-color: #65ABCC;
}
.BgClassName
{
background-color: #65ABCC;
}
</style>
border-color css
<style>
span { border-color: #65ABCC; }
span { border-color: rgb(101,171,204); }
td.TdClassName
{
border-color: #65ABCC;
}
.TagClassName
{
border-color: #65ABCC;
}
</style>