Shades of Picton Blue #63ABCB
Tints of Picton Blue #63ABCB
RGB
CMYK
RGB Variations
Color information
#63ABCB (or 0x63ABCB) is known color: Picton Blue. HEX triplet: 63, AB and CB. RGB value is (99,171,203). Sum of RGB (Red+Green+Blue) = 99+171+203=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #63ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABCB is #9C5434. Grayscale: #989898. Windows color (decimal): -10245173 or 13347683. OLE color: 13347683.
HSL color Cylindrical-coordinate representation of color #63ABCB: hue angle of 198.46º degrees, saturation: 0.5, 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 #63ABCB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 171 | 203 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.20 |
| HSL | 198.46º | 0.5% | 0.59% | - |
| HSV(B) | 198.46º | 0.51% | 0.8% | - |
| XYZ | 30.49 | 36.09 | 61.86 | - |
| YUV | 153.12 | 156.15 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 203 | 0.51 | 0.16 | 0 | 0.20 | 198.46 | 0.5 | 0.59 |
| Hex | 63 | AB | CB | 33 | 10 | 0 | 14 | C6 | 32 | 3B |
| Octal | 143 | 253 | 313 | 63 | 20 | 0 | 24 | 306 | 62 | 73 |
| Binary | 1100011 | 10101011 | 11001011 | 110011 | 10000 | 0 | 10100 | 11000110 | 110010 | 111011 |
Color Harmonies of #63ABCB
Complementary color
Monochromatic Colors of #63ABCB
Black with #63ABCB
Text Example
Text Example
White with #63ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABCB; }
p { color: rgb(99,171,203); }
H1.HeaderClassName
{
color: #63ABCB;
}
.AnyTagClassName
{
color: #63ABCB;
}
</style>
background-color css
<style>
a { background-color: #63ABCB; }
a { background-color: rgb(99,171,203); }
div.DivClassName
{
background-color: #63ABCB;
}
.BgClassName
{
background-color: #63ABCB;
}
</style>
border-color css
<style>
span { border-color: #63ABCB; }
span { border-color: rgb(99,171,203); }
td.TdClassName
{
border-color: #63ABCB;
}
.TagClassName
{
border-color: #63ABCB;
}
</style>