Shades of Picton Blue #56ACDD
Tints of Picton Blue #56ACDD
RGB
CMYK
RGB Variations
Color information
#56ACDD (or 0x56ACDD) is known color: Picton Blue. HEX triplet: 56, AC and DD. RGB value is (86,172,221). Sum of RGB (Red+Green+Blue) = 86+172+221=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #56ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACDD is #A95322. Grayscale: #979797. Windows color (decimal): -11096867 or 14527574. OLE color: 14527574.
HSL color Cylindrical-coordinate representation of color #56ACDD: hue angle of 201.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ACDD is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 172 | 221 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.13 |
| HSL | 201.78º | 0.67% | 0.6% | - |
| HSV(B) | 201.78º | 0.61% | 0.87% | - |
| XYZ | 31.64 | 36.7 | 73.82 | - |
| YUV | 151.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 221 | 0.61 | 0.22 | 0 | 0.13 | 201.78 | 0.67 | 0.6 |
| Hex | 56 | AC | DD | 3D | 16 | 0 | D | CA | 43 | 3C |
| Octal | 126 | 254 | 335 | 75 | 26 | 0 | 15 | 312 | 103 | 74 |
| Binary | 1010110 | 10101100 | 11011101 | 111101 | 10110 | 0 | 1101 | 11001010 | 1000011 | 111100 |
Color Harmonies of #56ACDD
Complementary color
Monochromatic Colors of #56ACDD
Black with #56ACDD
Text Example
Text Example
White with #56ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACDD; }
p { color: rgb(86,172,221); }
H1.HeaderClassName
{
color: #56ACDD;
}
.AnyTagClassName
{
color: #56ACDD;
}
</style>
background-color css
<style>
a { background-color: #56ACDD; }
a { background-color: rgb(86,172,221); }
div.DivClassName
{
background-color: #56ACDD;
}
.BgClassName
{
background-color: #56ACDD;
}
</style>
border-color css
<style>
span { border-color: #56ACDD; }
span { border-color: rgb(86,172,221); }
td.TdClassName
{
border-color: #56ACDD;
}
.TagClassName
{
border-color: #56ACDD;
}
</style>