Shades of Picton Blue #54AAD9
Tints of Picton Blue #54AAD9
RGB
CMYK
RGB Variations
Color information
#54AAD9 (or 0x54AAD9) is known color: Picton Blue. HEX triplet: 54, AA and D9. RGB value is (84,170,217). Sum of RGB (Red+Green+Blue) = 84+170+217=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #54AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAD9 is #AB5526. Grayscale: #959595. Windows color (decimal): -11228455 or 14264916. OLE color: 14264916.
HSL color Cylindrical-coordinate representation of color #54AAD9: hue angle of 201.2º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AAD9 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 170 | 217 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.15 |
| HSL | 201.2º | 0.64% | 0.59% | - |
| HSV(B) | 201.2º | 0.61% | 0.85% | - |
| XYZ | 30.56 | 35.64 | 70.92 | - |
| YUV | 149.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 217 | 0.61 | 0.22 | 0 | 0.15 | 201.2 | 0.64 | 0.59 |
| Hex | 54 | AA | D9 | 3D | 16 | 0 | F | C9 | 40 | 3B |
| Octal | 124 | 252 | 331 | 75 | 26 | 0 | 17 | 311 | 100 | 73 |
| Binary | 1010100 | 10101010 | 11011001 | 111101 | 10110 | 0 | 1111 | 11001001 | 1000000 | 111011 |
Color Harmonies of #54AAD9
Complementary color
Monochromatic Colors of #54AAD9
Black with #54AAD9
Text Example
Text Example
White with #54AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAD9; }
p { color: rgb(84,170,217); }
H1.HeaderClassName
{
color: #54AAD9;
}
.AnyTagClassName
{
color: #54AAD9;
}
</style>
background-color css
<style>
a { background-color: #54AAD9; }
a { background-color: rgb(84,170,217); }
div.DivClassName
{
background-color: #54AAD9;
}
.BgClassName
{
background-color: #54AAD9;
}
</style>
border-color css
<style>
span { border-color: #54AAD9; }
span { border-color: rgb(84,170,217); }
td.TdClassName
{
border-color: #54AAD9;
}
.TagClassName
{
border-color: #54AAD9;
}
</style>