Shades of Picton Blue #54A9DF
Tints of Picton Blue #54A9DF
RGB
CMYK
RGB Variations
Color information
#54A9DF (or 0x54A9DF) is known color: Picton Blue. HEX triplet: 54, A9 and DF. RGB value is (84,169,223). Sum of RGB (Red+Green+Blue) = 84+169+223=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #54A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9DF is #AB5620. Grayscale: #959595. Windows color (decimal): -11228705 or 14657876. OLE color: 14657876.
HSL color Cylindrical-coordinate representation of color #54A9DF: hue angle of 203.31º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54A9DF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 169 | 223 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.13 |
| HSL | 203.31º | 0.68% | 0.6% | - |
| HSV(B) | 203.31º | 0.62% | 0.87% | - |
| XYZ | 31.16 | 35.59 | 75.04 | - |
| YUV | 149.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 223 | 0.62 | 0.24 | 0 | 0.13 | 203.31 | 0.68 | 0.6 |
| Hex | 54 | A9 | DF | 3E | 18 | 0 | D | CB | 44 | 3C |
| Octal | 124 | 251 | 337 | 76 | 30 | 0 | 15 | 313 | 104 | 74 |
| Binary | 1010100 | 10101001 | 11011111 | 111110 | 11000 | 0 | 1101 | 11001011 | 1000100 | 111100 |
Color Harmonies of #54A9DF
Complementary color
Monochromatic Colors of #54A9DF
Black with #54A9DF
Text Example
Text Example
White with #54A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A9DF; }
p { color: rgb(84,169,223); }
H1.HeaderClassName
{
color: #54A9DF;
}
.AnyTagClassName
{
color: #54A9DF;
}
</style>
background-color css
<style>
a { background-color: #54A9DF; }
a { background-color: rgb(84,169,223); }
div.DivClassName
{
background-color: #54A9DF;
}
.BgClassName
{
background-color: #54A9DF;
}
</style>
border-color css
<style>
span { border-color: #54A9DF; }
span { border-color: rgb(84,169,223); }
td.TdClassName
{
border-color: #54A9DF;
}
.TagClassName
{
border-color: #54A9DF;
}
</style>