Shades of Picton Blue #63AAD3
Tints of Picton Blue #63AAD3
RGB
CMYK
RGB Variations
Color information
#63AAD3 (or 0x63AAD3) is known color: Picton Blue. HEX triplet: 63, AA and D3. RGB value is (99,170,211). Sum of RGB (Red+Green+Blue) = 99+170+211=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #63AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAD3 is #9C552C. Grayscale: #999999. Windows color (decimal): -10245421 or 13871715. OLE color: 13871715.
HSL color Cylindrical-coordinate representation of color #63AAD3: hue angle of 201.96º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63AAD3 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 170 | 211 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.17 |
| HSL | 201.96º | 0.56% | 0.61% | - |
| HSV(B) | 201.96º | 0.53% | 0.83% | - |
| XYZ | 31.28 | 36.11 | 66.95 | - |
| YUV | 153.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 211 | 0.53 | 0.19 | 0 | 0.17 | 201.96 | 0.56 | 0.61 |
| Hex | 63 | AA | D3 | 35 | 13 | 0 | 11 | CA | 38 | 3D |
| Octal | 143 | 252 | 323 | 65 | 23 | 0 | 21 | 312 | 70 | 75 |
| Binary | 1100011 | 10101010 | 11010011 | 110101 | 10011 | 0 | 10001 | 11001010 | 111000 | 111101 |
Color Harmonies of #63AAD3
Complementary color
Monochromatic Colors of #63AAD3
Black with #63AAD3
Text Example
Text Example
White with #63AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAD3; }
p { color: rgb(99,170,211); }
H1.HeaderClassName
{
color: #63AAD3;
}
.AnyTagClassName
{
color: #63AAD3;
}
</style>
background-color css
<style>
a { background-color: #63AAD3; }
a { background-color: rgb(99,170,211); }
div.DivClassName
{
background-color: #63AAD3;
}
.BgClassName
{
background-color: #63AAD3;
}
</style>
border-color css
<style>
span { border-color: #63AAD3; }
span { border-color: rgb(99,170,211); }
td.TdClassName
{
border-color: #63AAD3;
}
.TagClassName
{
border-color: #63AAD3;
}
</style>