Shades of Picton Blue #63AACC
Tints of Picton Blue #63AACC
RGB
CMYK
RGB Variations
Color information
#63AACC (or 0x63AACC) is known color: Picton Blue. HEX triplet: 63, AA and CC. RGB value is (99,170,204). Sum of RGB (Red+Green+Blue) = 99+170+204=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #63AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AACC is #9C5533. Grayscale: #989898. Windows color (decimal): -10245428 or 13412963. OLE color: 13412963.
HSL color Cylindrical-coordinate representation of color #63AACC: hue angle of 199.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63AACC is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 170 | 204 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.2 |
| HSL | 199.43º | 0.51% | 0.59% | - |
| HSV(B) | 199.43º | 0.51% | 0.8% | - |
| XYZ | 30.42 | 35.76 | 62.43 | - |
| YUV | 152.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 204 | 0.51 | 0.17 | 0 | 0.2 | 199.43 | 0.51 | 0.59 |
| Hex | 63 | AA | CC | 33 | 11 | 0 | 14 | C7 | 33 | 3B |
| Octal | 143 | 252 | 314 | 63 | 21 | 0 | 24 | 307 | 63 | 73 |
| Binary | 1100011 | 10101010 | 11001100 | 110011 | 10001 | 0 | 10100 | 11000111 | 110011 | 111011 |
Color Harmonies of #63AACC
Complementary color
Monochromatic Colors of #63AACC
Black with #63AACC
Text Example
Text Example
White with #63AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AACC; }
p { color: rgb(99,170,204); }
H1.HeaderClassName
{
color: #63AACC;
}
.AnyTagClassName
{
color: #63AACC;
}
</style>
background-color css
<style>
a { background-color: #63AACC; }
a { background-color: rgb(99,170,204); }
div.DivClassName
{
background-color: #63AACC;
}
.BgClassName
{
background-color: #63AACC;
}
</style>
border-color css
<style>
span { border-color: #63AACC; }
span { border-color: rgb(99,170,204); }
td.TdClassName
{
border-color: #63AACC;
}
.TagClassName
{
border-color: #63AACC;
}
</style>