Shades of Picton Blue #54ADDC
Tints of Picton Blue #54ADDC
RGB
CMYK
RGB Variations
Color information
#54ADDC (or 0x54ADDC) is known color: Picton Blue. HEX triplet: 54, AD and DC. RGB value is (84,173,220). Sum of RGB (Red+Green+Blue) = 84+173+220=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #54ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADDC is #AB5223. Grayscale: #979797. Windows color (decimal): -11227684 or 14462292. OLE color: 14462292.
HSL color Cylindrical-coordinate representation of color #54ADDC: hue angle of 200.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54ADDC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 173 | 220 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.14 |
| HSL | 200.74º | 0.66% | 0.6% | - |
| HSV(B) | 200.74º | 0.62% | 0.86% | - |
| XYZ | 31.52 | 36.94 | 73.18 | - |
| YUV | 151.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 220 | 0.62 | 0.21 | 0 | 0.14 | 200.74 | 0.66 | 0.6 |
| Hex | 54 | AD | DC | 3E | 15 | 0 | E | C9 | 42 | 3C |
| Octal | 124 | 255 | 334 | 76 | 25 | 0 | 16 | 311 | 102 | 74 |
| Binary | 1010100 | 10101101 | 11011100 | 111110 | 10101 | 0 | 1110 | 11001001 | 1000010 | 111100 |
Color Harmonies of #54ADDC
Complementary color
Monochromatic Colors of #54ADDC
Black with #54ADDC
Text Example
Text Example
White with #54ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADDC; }
p { color: rgb(84,173,220); }
H1.HeaderClassName
{
color: #54ADDC;
}
.AnyTagClassName
{
color: #54ADDC;
}
</style>
background-color css
<style>
a { background-color: #54ADDC; }
a { background-color: rgb(84,173,220); }
div.DivClassName
{
background-color: #54ADDC;
}
.BgClassName
{
background-color: #54ADDC;
}
</style>
border-color css
<style>
span { border-color: #54ADDC; }
span { border-color: rgb(84,173,220); }
td.TdClassName
{
border-color: #54ADDC;
}
.TagClassName
{
border-color: #54ADDC;
}
</style>