Shades of Picton Blue #54ADDD
Tints of Picton Blue #54ADDD
RGB
CMYK
RGB Variations
Color information
#54ADDD (or 0x54ADDD) is known color: Picton Blue. HEX triplet: 54, AD and DD. RGB value is (84,173,221). Sum of RGB (Red+Green+Blue) = 84+173+221=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #54ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADDD is #AB5222. Grayscale: #979797. Windows color (decimal): -11227683 or 14527828. OLE color: 14527828.
HSL color Cylindrical-coordinate representation of color #54ADDD: hue angle of 201.02º degrees, saturation: 0.67, 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 #54ADDD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 173 | 221 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.13 |
| HSL | 201.02º | 0.67% | 0.6% | - |
| HSV(B) | 201.02º | 0.62% | 0.87% | - |
| XYZ | 31.65 | 36.99 | 73.88 | - |
| YUV | 151.86 | 167.01 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 221 | 0.62 | 0.22 | 0 | 0.13 | 201.02 | 0.67 | 0.6 |
| Hex | 54 | AD | DD | 3E | 16 | 0 | D | C9 | 43 | 3C |
| Octal | 124 | 255 | 335 | 76 | 26 | 0 | 15 | 311 | 103 | 74 |
| Binary | 1010100 | 10101101 | 11011101 | 111110 | 10110 | 0 | 1101 | 11001001 | 1000011 | 111100 |
Color Harmonies of #54ADDD
Complementary color
Monochromatic Colors of #54ADDD
Black with #54ADDD
Text Example
Text Example
White with #54ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADDD; }
p { color: rgb(84,173,221); }
H1.HeaderClassName
{
color: #54ADDD;
}
.AnyTagClassName
{
color: #54ADDD;
}
</style>
background-color css
<style>
a { background-color: #54ADDD; }
a { background-color: rgb(84,173,221); }
div.DivClassName
{
background-color: #54ADDD;
}
.BgClassName
{
background-color: #54ADDD;
}
</style>
border-color css
<style>
span { border-color: #54ADDD; }
span { border-color: rgb(84,173,221); }
td.TdClassName
{
border-color: #54ADDD;
}
.TagClassName
{
border-color: #54ADDD;
}
</style>