Shades of Picton Blue #54AAE1
Tints of Picton Blue #54AAE1
RGB
CMYK
RGB Variations
Color information
#54AAE1 (or 0x54AAE1) is known color: Picton Blue. HEX triplet: 54, AA and E1. RGB value is (84,170,225). Sum of RGB (Red+Green+Blue) = 84+170+225=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #54AAE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAE1 is #AB551E. Grayscale: #969696. Windows color (decimal): -11228447 or 14789204. OLE color: 14789204.
HSL color Cylindrical-coordinate representation of color #54AAE1: hue angle of 203.4º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54AAE1 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 170 | 225 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.12 |
| HSL | 203.4º | 0.7% | 0.61% | - |
| HSV(B) | 203.4º | 0.63% | 0.88% | - |
| XYZ | 31.62 | 36.07 | 76.53 | - |
| YUV | 150.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 225 | 0.63 | 0.24 | 0 | 0.12 | 203.4 | 0.7 | 0.61 |
| Hex | 54 | AA | E1 | 3F | 18 | 0 | C | CB | 46 | 3D |
| Octal | 124 | 252 | 341 | 77 | 30 | 0 | 14 | 313 | 106 | 75 |
| Binary | 1010100 | 10101010 | 11100001 | 111111 | 11000 | 0 | 1100 | 11001011 | 1000110 | 111101 |
Color Harmonies of #54AAE1
Complementary color
Monochromatic Colors of #54AAE1
Black with #54AAE1
Text Example
Text Example
White with #54AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAE1; }
p { color: rgb(84,170,225); }
H1.HeaderClassName
{
color: #54AAE1;
}
.AnyTagClassName
{
color: #54AAE1;
}
</style>
background-color css
<style>
a { background-color: #54AAE1; }
a { background-color: rgb(84,170,225); }
div.DivClassName
{
background-color: #54AAE1;
}
.BgClassName
{
background-color: #54AAE1;
}
</style>
border-color css
<style>
span { border-color: #54AAE1; }
span { border-color: rgb(84,170,225); }
td.TdClassName
{
border-color: #54AAE1;
}
.TagClassName
{
border-color: #54AAE1;
}
</style>