Shades of Picton Blue #63ACD0
Tints of Picton Blue #63ACD0
RGB
CMYK
RGB Variations
Color information
#63ACD0 (or 0x63ACD0) is known color: Picton Blue. HEX triplet: 63, AC and D0. RGB value is (99,172,208). Sum of RGB (Red+Green+Blue) = 99+172+208=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #63ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACD0 is #9C532F. Grayscale: #9A9A9A. Windows color (decimal): -10244912 or 13675619. OLE color: 13675619.
HSL color Cylindrical-coordinate representation of color #63ACD0: hue angle of 199.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63ACD0 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 172 | 208 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.18 |
| HSL | 199.82º | 0.54% | 0.6% | - |
| HSV(B) | 199.82º | 0.52% | 0.82% | - |
| XYZ | 31.28 | 36.71 | 65.11 | - |
| YUV | 154.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 208 | 0.52 | 0.17 | 0 | 0.18 | 199.82 | 0.54 | 0.6 |
| Hex | 63 | AC | D0 | 34 | 11 | 0 | 12 | C8 | 36 | 3C |
| Octal | 143 | 254 | 320 | 64 | 21 | 0 | 22 | 310 | 66 | 74 |
| Binary | 1100011 | 10101100 | 11010000 | 110100 | 10001 | 0 | 10010 | 11001000 | 110110 | 111100 |
Color Harmonies of #63ACD0
Complementary color
Monochromatic Colors of #63ACD0
Black with #63ACD0
Text Example
Text Example
White with #63ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACD0; }
p { color: rgb(99,172,208); }
H1.HeaderClassName
{
color: #63ACD0;
}
.AnyTagClassName
{
color: #63ACD0;
}
</style>
background-color css
<style>
a { background-color: #63ACD0; }
a { background-color: rgb(99,172,208); }
div.DivClassName
{
background-color: #63ACD0;
}
.BgClassName
{
background-color: #63ACD0;
}
</style>
border-color css
<style>
span { border-color: #63ACD0; }
span { border-color: rgb(99,172,208); }
td.TdClassName
{
border-color: #63ACD0;
}
.TagClassName
{
border-color: #63ACD0;
}
</style>