Shades of Picton Blue #54ADDA
Tints of Picton Blue #54ADDA
RGB
CMYK
RGB Variations
Color information
#54ADDA (or 0x54ADDA) is known color: Picton Blue. HEX triplet: 54, AD and DA. RGB value is (84,173,218). Sum of RGB (Red+Green+Blue) = 84+173+218=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #54ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADDA is #AB5225. Grayscale: #979797. Windows color (decimal): -11227686 or 14331220. OLE color: 14331220.
HSL color Cylindrical-coordinate representation of color #54ADDA: hue angle of 200.15º 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 #54ADDA is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 173 | 218 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.15 |
| HSL | 200.15º | 0.64% | 0.59% | - |
| HSV(B) | 200.15º | 0.61% | 0.85% | - |
| XYZ | 31.25 | 36.83 | 71.79 | - |
| YUV | 151.52 | 165.51 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 218 | 0.61 | 0.21 | 0 | 0.15 | 200.15 | 0.64 | 0.59 |
| Hex | 54 | AD | DA | 3D | 15 | 0 | F | C8 | 40 | 3B |
| Octal | 124 | 255 | 332 | 75 | 25 | 0 | 17 | 310 | 100 | 73 |
| Binary | 1010100 | 10101101 | 11011010 | 111101 | 10101 | 0 | 1111 | 11001000 | 1000000 | 111011 |
Color Harmonies of #54ADDA
Complementary color
Monochromatic Colors of #54ADDA
Black with #54ADDA
Text Example
Text Example
White with #54ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADDA; }
p { color: rgb(84,173,218); }
H1.HeaderClassName
{
color: #54ADDA;
}
.AnyTagClassName
{
color: #54ADDA;
}
</style>
background-color css
<style>
a { background-color: #54ADDA; }
a { background-color: rgb(84,173,218); }
div.DivClassName
{
background-color: #54ADDA;
}
.BgClassName
{
background-color: #54ADDA;
}
</style>
border-color css
<style>
span { border-color: #54ADDA; }
span { border-color: rgb(84,173,218); }
td.TdClassName
{
border-color: #54ADDA;
}
.TagClassName
{
border-color: #54ADDA;
}
</style>