Shades of Picton Blue #63ADC8
Tints of Picton Blue #63ADC8
RGB
CMYK
RGB Variations
Color information
#63ADC8 (or 0x63ADC8) is known color: Picton Blue. HEX triplet: 63, AD and C8. RGB value is (99,173,200). Sum of RGB (Red+Green+Blue) = 99+173+200=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #63ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADC8 is #9C5237. Grayscale: #999999. Windows color (decimal): -10244664 or 13151587. OLE color: 13151587.
HSL color Cylindrical-coordinate representation of color #63ADC8: hue angle of 196.04º 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 #63ADC8 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 173 | 200 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.22 |
| HSL | 196.04º | 0.48% | 0.59% | - |
| HSV(B) | 196.04º | 0.51% | 0.78% | - |
| XYZ | 30.51 | 36.71 | 60.12 | - |
| YUV | 153.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 200 | 0.50 | 0.14 | 0 | 0.22 | 196.04 | 0.48 | 0.59 |
| Hex | 63 | AD | C8 | 32 | E | 0 | 16 | C4 | 30 | 3B |
| Octal | 143 | 255 | 310 | 62 | 16 | 0 | 26 | 304 | 60 | 73 |
| Binary | 1100011 | 10101101 | 11001000 | 110010 | 1110 | 0 | 10110 | 11000100 | 110000 | 111011 |
Color Harmonies of #63ADC8
Complementary color
Monochromatic Colors of #63ADC8
Black with #63ADC8
Text Example
Text Example
White with #63ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADC8; }
p { color: rgb(99,173,200); }
H1.HeaderClassName
{
color: #63ADC8;
}
.AnyTagClassName
{
color: #63ADC8;
}
</style>
background-color css
<style>
a { background-color: #63ADC8; }
a { background-color: rgb(99,173,200); }
div.DivClassName
{
background-color: #63ADC8;
}
.BgClassName
{
background-color: #63ADC8;
}
</style>
border-color css
<style>
span { border-color: #63ADC8; }
span { border-color: rgb(99,173,200); }
td.TdClassName
{
border-color: #63ADC8;
}
.TagClassName
{
border-color: #63ADC8;
}
</style>