Shades of Picton Blue #55ACDD
Tints of Picton Blue #55ACDD
RGB
CMYK
RGB Variations
Color information
#55ACDD (or 0x55ACDD) is known color: Picton Blue. HEX triplet: 55, AC and DD. RGB value is (85,172,221). Sum of RGB (Red+Green+Blue) = 85+172+221=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 172 (67.58% from 255 or 35.98% 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 #55ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACDD is #AA5322. Grayscale: #979797. Windows color (decimal): -11162403 or 14527573. OLE color: 14527573.
HSL color Cylindrical-coordinate representation of color #55ACDD: hue angle of 201.62º 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 #55ACDD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 172 | 221 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.13 |
| HSL | 201.62º | 0.67% | 0.6% | - |
| HSV(B) | 201.62º | 0.62% | 0.87% | - |
| XYZ | 31.55 | 36.66 | 73.82 | - |
| YUV | 151.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 221 | 0.62 | 0.22 | 0 | 0.13 | 201.62 | 0.67 | 0.6 |
| Hex | 55 | AC | DD | 3E | 16 | 0 | D | CA | 43 | 3C |
| Octal | 125 | 254 | 335 | 76 | 26 | 0 | 15 | 312 | 103 | 74 |
| Binary | 1010101 | 10101100 | 11011101 | 111110 | 10110 | 0 | 1101 | 11001010 | 1000011 | 111100 |
Color Harmonies of #55ACDD
Complementary color
Monochromatic Colors of #55ACDD
Black with #55ACDD
Text Example
Text Example
White with #55ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACDD; }
p { color: rgb(85,172,221); }
H1.HeaderClassName
{
color: #55ACDD;
}
.AnyTagClassName
{
color: #55ACDD;
}
</style>
background-color css
<style>
a { background-color: #55ACDD; }
a { background-color: rgb(85,172,221); }
div.DivClassName
{
background-color: #55ACDD;
}
.BgClassName
{
background-color: #55ACDD;
}
</style>
border-color css
<style>
span { border-color: #55ACDD; }
span { border-color: rgb(85,172,221); }
td.TdClassName
{
border-color: #55ACDD;
}
.TagClassName
{
border-color: #55ACDD;
}
</style>