Shades of Picton Blue #63AFCC
Tints of Picton Blue #63AFCC
RGB
CMYK
RGB Variations
Color information
#63AFCC (or 0x63AFCC) is known color: Picton Blue. HEX triplet: 63, AF and CC. RGB value is (99,175,204). Sum of RGB (Red+Green+Blue) = 99+175+204=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #63AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFCC is #9C5033. Grayscale: #9B9B9B. Windows color (decimal): -10244148 or 13414243. OLE color: 13414243.
HSL color Cylindrical-coordinate representation of color #63AFCC: hue angle of 196.57º 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 #63AFCC is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 175 | 204 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.2 |
| HSL | 196.57º | 0.51% | 0.59% | - |
| HSV(B) | 196.57º | 0.51% | 0.8% | - |
| XYZ | 31.37 | 37.67 | 62.74 | - |
| YUV | 155.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 204 | 0.51 | 0.14 | 0 | 0.2 | 196.57 | 0.51 | 0.59 |
| Hex | 63 | AF | CC | 33 | E | 0 | 14 | C5 | 33 | 3B |
| Octal | 143 | 257 | 314 | 63 | 16 | 0 | 24 | 305 | 63 | 73 |
| Binary | 1100011 | 10101111 | 11001100 | 110011 | 1110 | 0 | 10100 | 11000101 | 110011 | 111011 |
Color Harmonies of #63AFCC
Complementary color
Monochromatic Colors of #63AFCC
Black with #63AFCC
Text Example
Text Example
White with #63AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFCC; }
p { color: rgb(99,175,204); }
H1.HeaderClassName
{
color: #63AFCC;
}
.AnyTagClassName
{
color: #63AFCC;
}
</style>
background-color css
<style>
a { background-color: #63AFCC; }
a { background-color: rgb(99,175,204); }
div.DivClassName
{
background-color: #63AFCC;
}
.BgClassName
{
background-color: #63AFCC;
}
</style>
border-color css
<style>
span { border-color: #63AFCC; }
span { border-color: rgb(99,175,204); }
td.TdClassName
{
border-color: #63AFCC;
}
.TagClassName
{
border-color: #63AFCC;
}
</style>