Shades of Picton Blue #54ABDF
Tints of Picton Blue #54ABDF
RGB
CMYK
RGB Variations
Color information
#54ABDF (or 0x54ABDF) is known color: Picton Blue. HEX triplet: 54, AB and DF. RGB value is (84,171,223). Sum of RGB (Red+Green+Blue) = 84+171+223=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #54ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABDF is #AB5420. Grayscale: #969696. Windows color (decimal): -11228193 or 14658388. OLE color: 14658388.
HSL color Cylindrical-coordinate representation of color #54ABDF: hue angle of 202.45º 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 #54ABDF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 171 | 223 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.13 |
| HSL | 202.45º | 0.68% | 0.6% | - |
| HSV(B) | 202.45º | 0.62% | 0.87% | - |
| XYZ | 31.54 | 36.34 | 75.16 | - |
| YUV | 150.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 223 | 0.62 | 0.23 | 0 | 0.13 | 202.45 | 0.68 | 0.6 |
| Hex | 54 | AB | DF | 3E | 17 | 0 | D | CA | 44 | 3C |
| Octal | 124 | 253 | 337 | 76 | 27 | 0 | 15 | 312 | 104 | 74 |
| Binary | 1010100 | 10101011 | 11011111 | 111110 | 10111 | 0 | 1101 | 11001010 | 1000100 | 111100 |
Color Harmonies of #54ABDF
Complementary color
Monochromatic Colors of #54ABDF
Black with #54ABDF
Text Example
Text Example
White with #54ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABDF; }
p { color: rgb(84,171,223); }
H1.HeaderClassName
{
color: #54ABDF;
}
.AnyTagClassName
{
color: #54ABDF;
}
</style>
background-color css
<style>
a { background-color: #54ABDF; }
a { background-color: rgb(84,171,223); }
div.DivClassName
{
background-color: #54ABDF;
}
.BgClassName
{
background-color: #54ABDF;
}
</style>
border-color css
<style>
span { border-color: #54ABDF; }
span { border-color: rgb(84,171,223); }
td.TdClassName
{
border-color: #54ABDF;
}
.TagClassName
{
border-color: #54ABDF;
}
</style>