Shades of Picton Blue #55ABDF
Tints of Picton Blue #55ABDF
RGB
CMYK
RGB Variations
Color information
#55ABDF (or 0x55ABDF) is known color: Picton Blue. HEX triplet: 55, AB and DF. RGB value is (85,171,223). Sum of RGB (Red+Green+Blue) = 85+171+223=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #55ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABDF is #AA5420. Grayscale: #969696. Windows color (decimal): -11162657 or 14658389. OLE color: 14658389.
HSL color Cylindrical-coordinate representation of color #55ABDF: hue angle of 202.61º degrees, saturation: 0.68, 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 #55ABDF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 171 | 223 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.13 |
| HSL | 202.61º | 0.68% | 0.6% | - |
| HSV(B) | 202.61º | 0.62% | 0.87% | - |
| XYZ | 31.63 | 36.38 | 75.17 | - |
| YUV | 151.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 223 | 0.62 | 0.23 | 0 | 0.13 | 202.61 | 0.68 | 0.6 |
| Hex | 55 | AB | DF | 3E | 17 | 0 | D | CB | 44 | 3C |
| Octal | 125 | 253 | 337 | 76 | 27 | 0 | 15 | 313 | 104 | 74 |
| Binary | 1010101 | 10101011 | 11011111 | 111110 | 10111 | 0 | 1101 | 11001011 | 1000100 | 111100 |
Color Harmonies of #55ABDF
Complementary color
Monochromatic Colors of #55ABDF
Black with #55ABDF
Text Example
Text Example
White with #55ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABDF; }
p { color: rgb(85,171,223); }
H1.HeaderClassName
{
color: #55ABDF;
}
.AnyTagClassName
{
color: #55ABDF;
}
</style>
background-color css
<style>
a { background-color: #55ABDF; }
a { background-color: rgb(85,171,223); }
div.DivClassName
{
background-color: #55ABDF;
}
.BgClassName
{
background-color: #55ABDF;
}
</style>
border-color css
<style>
span { border-color: #55ABDF; }
span { border-color: rgb(85,171,223); }
td.TdClassName
{
border-color: #55ABDF;
}
.TagClassName
{
border-color: #55ABDF;
}
</style>