Shades of Picton Blue #54A9DB
Tints of Picton Blue #54A9DB
RGB
CMYK
RGB Variations
Color information
#54A9DB (or 0x54A9DB) is known color: Picton Blue. HEX triplet: 54, A9 and DB. RGB value is (84,169,219). Sum of RGB (Red+Green+Blue) = 84+169+219=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #54A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9DB is #AB5624. Grayscale: #959595. Windows color (decimal): -11228709 or 14395732. OLE color: 14395732.
HSL color Cylindrical-coordinate representation of color #54A9DB: hue angle of 202.22º 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 #54A9DB is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 169 | 219 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.14 |
| HSL | 202.22º | 0.65% | 0.59% | - |
| HSV(B) | 202.22º | 0.62% | 0.86% | - |
| XYZ | 30.63 | 35.38 | 72.23 | - |
| YUV | 149.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 219 | 0.62 | 0.23 | 0 | 0.14 | 202.22 | 0.65 | 0.59 |
| Hex | 54 | A9 | DB | 3E | 17 | 0 | E | CA | 41 | 3B |
| Octal | 124 | 251 | 333 | 76 | 27 | 0 | 16 | 312 | 101 | 73 |
| Binary | 1010100 | 10101001 | 11011011 | 111110 | 10111 | 0 | 1110 | 11001010 | 1000001 | 111011 |
Color Harmonies of #54A9DB
Complementary color
Monochromatic Colors of #54A9DB
Black with #54A9DB
Text Example
Text Example
White with #54A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A9DB; }
p { color: rgb(84,169,219); }
H1.HeaderClassName
{
color: #54A9DB;
}
.AnyTagClassName
{
color: #54A9DB;
}
</style>
background-color css
<style>
a { background-color: #54A9DB; }
a { background-color: rgb(84,169,219); }
div.DivClassName
{
background-color: #54A9DB;
}
.BgClassName
{
background-color: #54A9DB;
}
</style>
border-color css
<style>
span { border-color: #54A9DB; }
span { border-color: rgb(84,169,219); }
td.TdClassName
{
border-color: #54A9DB;
}
.TagClassName
{
border-color: #54A9DB;
}
</style>