Shades of Picton Blue #55ABDC
Tints of Picton Blue #55ABDC
RGB
CMYK
RGB Variations
Color information
#55ABDC (or 0x55ABDC) is known color: Picton Blue. HEX triplet: 55, AB and DC. RGB value is (85,171,220). Sum of RGB (Red+Green+Blue) = 85+171+220=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #55ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABDC is #AA5423. Grayscale: #969696. Windows color (decimal): -11162660 or 14461781. OLE color: 14461781.
HSL color Cylindrical-coordinate representation of color #55ABDC: hue angle of 201.78º degrees, saturation: 0.66, 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 #55ABDC is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 171 | 220 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.14 |
| HSL | 201.78º | 0.66% | 0.6% | - |
| HSV(B) | 201.78º | 0.61% | 0.86% | - |
| XYZ | 31.23 | 36.22 | 73.06 | - |
| YUV | 150.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 220 | 0.61 | 0.22 | 0 | 0.14 | 201.78 | 0.66 | 0.6 |
| Hex | 55 | AB | DC | 3D | 16 | 0 | E | CA | 42 | 3C |
| Octal | 125 | 253 | 334 | 75 | 26 | 0 | 16 | 312 | 102 | 74 |
| Binary | 1010101 | 10101011 | 11011100 | 111101 | 10110 | 0 | 1110 | 11001010 | 1000010 | 111100 |
Color Harmonies of #55ABDC
Complementary color
Monochromatic Colors of #55ABDC
Black with #55ABDC
Text Example
Text Example
White with #55ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABDC; }
p { color: rgb(85,171,220); }
H1.HeaderClassName
{
color: #55ABDC;
}
.AnyTagClassName
{
color: #55ABDC;
}
</style>
background-color css
<style>
a { background-color: #55ABDC; }
a { background-color: rgb(85,171,220); }
div.DivClassName
{
background-color: #55ABDC;
}
.BgClassName
{
background-color: #55ABDC;
}
</style>
border-color css
<style>
span { border-color: #55ABDC; }
span { border-color: rgb(85,171,220); }
td.TdClassName
{
border-color: #55ABDC;
}
.TagClassName
{
border-color: #55ABDC;
}
</style>