Shades of Picton Blue #55ABDD
Tints of Picton Blue #55ABDD
RGB
CMYK
RGB Variations
Color information
#55ABDD (or 0x55ABDD) is known color: Picton Blue. HEX triplet: 55, AB and DD. RGB value is (85,171,221). Sum of RGB (Red+Green+Blue) = 85+171+221=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #55ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABDD is #AA5422. Grayscale: #969696. Windows color (decimal): -11162659 or 14527317. OLE color: 14527317.
HSL color Cylindrical-coordinate representation of color #55ABDD: hue angle of 202.06º 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 #55ABDD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 171 | 221 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.13 |
| HSL | 202.06º | 0.67% | 0.6% | - |
| HSV(B) | 202.06º | 0.62% | 0.87% | - |
| XYZ | 31.36 | 36.28 | 73.76 | - |
| YUV | 150.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 221 | 0.62 | 0.23 | 0 | 0.13 | 202.06 | 0.67 | 0.6 |
| Hex | 55 | AB | DD | 3E | 17 | 0 | D | CA | 43 | 3C |
| Octal | 125 | 253 | 335 | 76 | 27 | 0 | 15 | 312 | 103 | 74 |
| Binary | 1010101 | 10101011 | 11011101 | 111110 | 10111 | 0 | 1101 | 11001010 | 1000011 | 111100 |
Color Harmonies of #55ABDD
Complementary color
Monochromatic Colors of #55ABDD
Black with #55ABDD
Text Example
Text Example
White with #55ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABDD; }
p { color: rgb(85,171,221); }
H1.HeaderClassName
{
color: #55ABDD;
}
.AnyTagClassName
{
color: #55ABDD;
}
</style>
background-color css
<style>
a { background-color: #55ABDD; }
a { background-color: rgb(85,171,221); }
div.DivClassName
{
background-color: #55ABDD;
}
.BgClassName
{
background-color: #55ABDD;
}
</style>
border-color css
<style>
span { border-color: #55ABDD; }
span { border-color: rgb(85,171,221); }
td.TdClassName
{
border-color: #55ABDD;
}
.TagClassName
{
border-color: #55ABDD;
}
</style>