Shades of Picton Blue #54ABDA
Tints of Picton Blue #54ABDA
RGB
CMYK
RGB Variations
Color information
#54ABDA (or 0x54ABDA) is known color: Picton Blue. HEX triplet: 54, AB and DA. RGB value is (84,171,218). Sum of RGB (Red+Green+Blue) = 84+171+218=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #54ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABDA is #AB5425. Grayscale: #969696. Windows color (decimal): -11228198 or 14330708. OLE color: 14330708.
HSL color Cylindrical-coordinate representation of color #54ABDA: hue angle of 201.04º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54ABDA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 171 | 218 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.15 |
| HSL | 201.04º | 0.64% | 0.59% | - |
| HSV(B) | 201.04º | 0.61% | 0.85% | - |
| XYZ | 30.87 | 36.07 | 71.67 | - |
| YUV | 150.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 218 | 0.61 | 0.22 | 0 | 0.15 | 201.04 | 0.64 | 0.59 |
| Hex | 54 | AB | DA | 3D | 16 | 0 | F | C9 | 40 | 3B |
| Octal | 124 | 253 | 332 | 75 | 26 | 0 | 17 | 311 | 100 | 73 |
| Binary | 1010100 | 10101011 | 11011010 | 111101 | 10110 | 0 | 1111 | 11001001 | 1000000 | 111011 |
Color Harmonies of #54ABDA
Complementary color
Monochromatic Colors of #54ABDA
Black with #54ABDA
Text Example
Text Example
White with #54ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABDA; }
p { color: rgb(84,171,218); }
H1.HeaderClassName
{
color: #54ABDA;
}
.AnyTagClassName
{
color: #54ABDA;
}
</style>
background-color css
<style>
a { background-color: #54ABDA; }
a { background-color: rgb(84,171,218); }
div.DivClassName
{
background-color: #54ABDA;
}
.BgClassName
{
background-color: #54ABDA;
}
</style>
border-color css
<style>
span { border-color: #54ABDA; }
span { border-color: rgb(84,171,218); }
td.TdClassName
{
border-color: #54ABDA;
}
.TagClassName
{
border-color: #54ABDA;
}
</style>