Shades of Picton Blue #65AACB
Tints of Picton Blue #65AACB
RGB
CMYK
RGB Variations
Color information
#65AACB (or 0x65AACB) is known color: Picton Blue. HEX triplet: 65, AA and CB. RGB value is (101,170,203). Sum of RGB (Red+Green+Blue) = 101+170+203=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #65AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AACB is #9A5534. Grayscale: #989898. Windows color (decimal): -10114357 or 13347429. OLE color: 13347429.
HSL color Cylindrical-coordinate representation of color #65AACB: hue angle of 199.41º 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 #65AACB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 170 | 203 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.20 |
| HSL | 199.41º | 0.5% | 0.6% | - |
| HSV(B) | 199.41º | 0.5% | 0.8% | - |
| XYZ | 30.52 | 35.83 | 61.81 | - |
| YUV | 153.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 203 | 0.50 | 0.16 | 0 | 0.20 | 199.41 | 0.5 | 0.6 |
| Hex | 65 | AA | CB | 32 | 10 | 0 | 14 | C7 | 32 | 3C |
| Octal | 145 | 252 | 313 | 62 | 20 | 0 | 24 | 307 | 62 | 74 |
| Binary | 1100101 | 10101010 | 11001011 | 110010 | 10000 | 0 | 10100 | 11000111 | 110010 | 111100 |
Color Harmonies of #65AACB
Complementary color
Monochromatic Colors of #65AACB
Black with #65AACB
Text Example
Text Example
White with #65AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AACB; }
p { color: rgb(101,170,203); }
H1.HeaderClassName
{
color: #65AACB;
}
.AnyTagClassName
{
color: #65AACB;
}
</style>
background-color css
<style>
a { background-color: #65AACB; }
a { background-color: rgb(101,170,203); }
div.DivClassName
{
background-color: #65AACB;
}
.BgClassName
{
background-color: #65AACB;
}
</style>
border-color css
<style>
span { border-color: #65AACB; }
span { border-color: rgb(101,170,203); }
td.TdClassName
{
border-color: #65AACB;
}
.TagClassName
{
border-color: #65AACB;
}
</style>