Shades of Picton Blue #56ADDB
Tints of Picton Blue #56ADDB
RGB
CMYK
RGB Variations
Color information
#56ADDB (or 0x56ADDB) is known color: Picton Blue. HEX triplet: 56, AD and DB. RGB value is (86,173,219). Sum of RGB (Red+Green+Blue) = 86+173+219=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #56ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADDB is #A95224. Grayscale: #979797. Windows color (decimal): -11096613 or 14396758. OLE color: 14396758.
HSL color Cylindrical-coordinate representation of color #56ADDB: hue angle of 200.75º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ADDB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 173 | 219 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.14 |
| HSL | 200.75º | 0.65% | 0.6% | - |
| HSV(B) | 200.75º | 0.61% | 0.86% | - |
| XYZ | 31.57 | 36.98 | 72.49 | - |
| YUV | 152.23 | 165.68 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 219 | 0.61 | 0.21 | 0 | 0.14 | 200.75 | 0.65 | 0.6 |
| Hex | 56 | AD | DB | 3D | 15 | 0 | E | C9 | 41 | 3C |
| Octal | 126 | 255 | 333 | 75 | 25 | 0 | 16 | 311 | 101 | 74 |
| Binary | 1010110 | 10101101 | 11011011 | 111101 | 10101 | 0 | 1110 | 11001001 | 1000001 | 111100 |
Color Harmonies of #56ADDB
Complementary color
Monochromatic Colors of #56ADDB
Black with #56ADDB
Text Example
Text Example
White with #56ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADDB; }
p { color: rgb(86,173,219); }
H1.HeaderClassName
{
color: #56ADDB;
}
.AnyTagClassName
{
color: #56ADDB;
}
</style>
background-color css
<style>
a { background-color: #56ADDB; }
a { background-color: rgb(86,173,219); }
div.DivClassName
{
background-color: #56ADDB;
}
.BgClassName
{
background-color: #56ADDB;
}
</style>
border-color css
<style>
span { border-color: #56ADDB; }
span { border-color: rgb(86,173,219); }
td.TdClassName
{
border-color: #56ADDB;
}
.TagClassName
{
border-color: #56ADDB;
}
</style>