Shades of Picton Blue #63ADCC
Tints of Picton Blue #63ADCC
RGB
CMYK
RGB Variations
Color information
#63ADCC (or 0x63ADCC) is known color: Picton Blue. HEX triplet: 63, AD and CC. RGB value is (99,173,204). Sum of RGB (Red+Green+Blue) = 99+173+204=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 173 (67.97% from 255 or 36.34% 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 #63ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADCC is #9C5233. Grayscale: #9A9A9A. Windows color (decimal): -10244660 or 13413731. OLE color: 13413731.
HSL color Cylindrical-coordinate representation of color #63ADCC: hue angle of 197.71º 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 #63ADCC is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 173 | 204 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.2 |
| HSL | 197.71º | 0.51% | 0.59% | - |
| HSV(B) | 197.71º | 0.51% | 0.8% | - |
| XYZ | 30.99 | 36.9 | 62.62 | - |
| YUV | 154.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 204 | 0.51 | 0.15 | 0 | 0.2 | 197.71 | 0.51 | 0.59 |
| Hex | 63 | AD | CC | 33 | F | 0 | 14 | C6 | 33 | 3B |
| Octal | 143 | 255 | 314 | 63 | 17 | 0 | 24 | 306 | 63 | 73 |
| Binary | 1100011 | 10101101 | 11001100 | 110011 | 1111 | 0 | 10100 | 11000110 | 110011 | 111011 |
Color Harmonies of #63ADCC
Complementary color
Monochromatic Colors of #63ADCC
Black with #63ADCC
Text Example
Text Example
White with #63ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADCC; }
p { color: rgb(99,173,204); }
H1.HeaderClassName
{
color: #63ADCC;
}
.AnyTagClassName
{
color: #63ADCC;
}
</style>
background-color css
<style>
a { background-color: #63ADCC; }
a { background-color: rgb(99,173,204); }
div.DivClassName
{
background-color: #63ADCC;
}
.BgClassName
{
background-color: #63ADCC;
}
</style>
border-color css
<style>
span { border-color: #63ADCC; }
span { border-color: rgb(99,173,204); }
td.TdClassName
{
border-color: #63ADCC;
}
.TagClassName
{
border-color: #63ADCC;
}
</style>