Shades of Picton Blue #54A8DF
Tints of Picton Blue #54A8DF
RGB
CMYK
RGB Variations
Color information
#54A8DF (or 0x54A8DF) is known color: Picton Blue. HEX triplet: 54, A8 and DF. RGB value is (84,168,223). Sum of RGB (Red+Green+Blue) = 84+168+223=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #54A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8DF is #AB5720. Grayscale: #949494. Windows color (decimal): -11228961 or 14657620. OLE color: 14657620.
HSL color Cylindrical-coordinate representation of color #54A8DF: hue angle of 203.74º 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 #54A8DF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 168 | 223 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.13 |
| HSL | 203.74º | 0.68% | 0.6% | - |
| HSV(B) | 203.74º | 0.62% | 0.87% | - |
| XYZ | 30.98 | 35.22 | 74.98 | - |
| YUV | 149.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 223 | 0.62 | 0.25 | 0 | 0.13 | 203.74 | 0.68 | 0.6 |
| Hex | 54 | A8 | DF | 3E | 19 | 0 | D | CC | 44 | 3C |
| Octal | 124 | 250 | 337 | 76 | 31 | 0 | 15 | 314 | 104 | 74 |
| Binary | 1010100 | 10101000 | 11011111 | 111110 | 11001 | 0 | 1101 | 11001100 | 1000100 | 111100 |
Color Harmonies of #54A8DF
Complementary color
Monochromatic Colors of #54A8DF
Black with #54A8DF
Text Example
Text Example
White with #54A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8DF; }
p { color: rgb(84,168,223); }
H1.HeaderClassName
{
color: #54A8DF;
}
.AnyTagClassName
{
color: #54A8DF;
}
</style>
background-color css
<style>
a { background-color: #54A8DF; }
a { background-color: rgb(84,168,223); }
div.DivClassName
{
background-color: #54A8DF;
}
.BgClassName
{
background-color: #54A8DF;
}
</style>
border-color css
<style>
span { border-color: #54A8DF; }
span { border-color: rgb(84,168,223); }
td.TdClassName
{
border-color: #54A8DF;
}
.TagClassName
{
border-color: #54A8DF;
}
</style>