Shades of Picton Blue #63ACC8
Tints of Picton Blue #63ACC8
RGB
CMYK
RGB Variations
Color information
#63ACC8 (or 0x63ACC8) is known color: Picton Blue. HEX triplet: 63, AC and C8. RGB value is (99,172,200). Sum of RGB (Red+Green+Blue) = 99+172+200=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #63ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACC8 is #9C5337. Grayscale: #999999. Windows color (decimal): -10244920 or 13151331. OLE color: 13151331.
HSL color Cylindrical-coordinate representation of color #63ACC8: hue angle of 196.63º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63ACC8 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 172 | 200 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.22 |
| HSL | 196.63º | 0.48% | 0.59% | - |
| HSV(B) | 196.63º | 0.51% | 0.78% | - |
| XYZ | 30.32 | 36.33 | 60.06 | - |
| YUV | 153.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 200 | 0.50 | 0.14 | 0 | 0.22 | 196.63 | 0.48 | 0.59 |
| Hex | 63 | AC | C8 | 32 | E | 0 | 16 | C5 | 30 | 3B |
| Octal | 143 | 254 | 310 | 62 | 16 | 0 | 26 | 305 | 60 | 73 |
| Binary | 1100011 | 10101100 | 11001000 | 110010 | 1110 | 0 | 10110 | 11000101 | 110000 | 111011 |
Color Harmonies of #63ACC8
Complementary color
Monochromatic Colors of #63ACC8
Black with #63ACC8
Text Example
Text Example
White with #63ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACC8; }
p { color: rgb(99,172,200); }
H1.HeaderClassName
{
color: #63ACC8;
}
.AnyTagClassName
{
color: #63ACC8;
}
</style>
background-color css
<style>
a { background-color: #63ACC8; }
a { background-color: rgb(99,172,200); }
div.DivClassName
{
background-color: #63ACC8;
}
.BgClassName
{
background-color: #63ACC8;
}
</style>
border-color css
<style>
span { border-color: #63ACC8; }
span { border-color: rgb(99,172,200); }
td.TdClassName
{
border-color: #63ACC8;
}
.TagClassName
{
border-color: #63ACC8;
}
</style>