Shades of Picton Blue #55ACDB
Tints of Picton Blue #55ACDB
RGB
CMYK
RGB Variations
Color information
#55ACDB (or 0x55ACDB) is known color: Picton Blue. HEX triplet: 55, AC and DB. RGB value is (85,172,219). Sum of RGB (Red+Green+Blue) = 85+172+219=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #55ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACDB is #AA5324. Grayscale: #979797. Windows color (decimal): -11162405 or 14396501. OLE color: 14396501.
HSL color Cylindrical-coordinate representation of color #55ACDB: hue angle of 201.04º 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 #55ACDB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 172 | 219 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.14 |
| HSL | 201.04º | 0.65% | 0.6% | - |
| HSV(B) | 201.04º | 0.61% | 0.86% | - |
| XYZ | 31.29 | 36.55 | 72.42 | - |
| YUV | 151.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 219 | 0.61 | 0.21 | 0 | 0.14 | 201.04 | 0.65 | 0.6 |
| Hex | 55 | AC | DB | 3D | 15 | 0 | E | C9 | 41 | 3C |
| Octal | 125 | 254 | 333 | 75 | 25 | 0 | 16 | 311 | 101 | 74 |
| Binary | 1010101 | 10101100 | 11011011 | 111101 | 10101 | 0 | 1110 | 11001001 | 1000001 | 111100 |
Color Harmonies of #55ACDB
Complementary color
Monochromatic Colors of #55ACDB
Black with #55ACDB
Text Example
Text Example
White with #55ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACDB; }
p { color: rgb(85,172,219); }
H1.HeaderClassName
{
color: #55ACDB;
}
.AnyTagClassName
{
color: #55ACDB;
}
</style>
background-color css
<style>
a { background-color: #55ACDB; }
a { background-color: rgb(85,172,219); }
div.DivClassName
{
background-color: #55ACDB;
}
.BgClassName
{
background-color: #55ACDB;
}
</style>
border-color css
<style>
span { border-color: #55ACDB; }
span { border-color: rgb(85,172,219); }
td.TdClassName
{
border-color: #55ACDB;
}
.TagClassName
{
border-color: #55ACDB;
}
</style>