Shades of Picton Blue #54AADB
Tints of Picton Blue #54AADB
RGB
CMYK
RGB Variations
Color information
#54AADB (or 0x54AADB) is known color: Picton Blue. HEX triplet: 54, AA and DB. RGB value is (84,170,219). Sum of RGB (Red+Green+Blue) = 84+170+219=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #54AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AADB is #AB5524. Grayscale: #959595. Windows color (decimal): -11228453 or 14395988. OLE color: 14395988.
HSL color Cylindrical-coordinate representation of color #54AADB: hue angle of 201.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54AADB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 170 | 219 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.14 |
| HSL | 201.78º | 0.65% | 0.59% | - |
| HSV(B) | 201.78º | 0.62% | 0.86% | - |
| XYZ | 30.82 | 35.75 | 72.29 | - |
| YUV | 149.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 219 | 0.62 | 0.22 | 0 | 0.14 | 201.78 | 0.65 | 0.59 |
| Hex | 54 | AA | DB | 3E | 16 | 0 | E | CA | 41 | 3B |
| Octal | 124 | 252 | 333 | 76 | 26 | 0 | 16 | 312 | 101 | 73 |
| Binary | 1010100 | 10101010 | 11011011 | 111110 | 10110 | 0 | 1110 | 11001010 | 1000001 | 111011 |
Color Harmonies of #54AADB
Complementary color
Monochromatic Colors of #54AADB
Black with #54AADB
Text Example
Text Example
White with #54AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AADB; }
p { color: rgb(84,170,219); }
H1.HeaderClassName
{
color: #54AADB;
}
.AnyTagClassName
{
color: #54AADB;
}
</style>
background-color css
<style>
a { background-color: #54AADB; }
a { background-color: rgb(84,170,219); }
div.DivClassName
{
background-color: #54AADB;
}
.BgClassName
{
background-color: #54AADB;
}
</style>
border-color css
<style>
span { border-color: #54AADB; }
span { border-color: rgb(84,170,219); }
td.TdClassName
{
border-color: #54AADB;
}
.TagClassName
{
border-color: #54AADB;
}
</style>