Shades of Picton Blue #55ADDB
Tints of Picton Blue #55ADDB
RGB
CMYK
RGB Variations
Color information
#55ADDB (or 0x55ADDB) is known color: Picton Blue. HEX triplet: 55, AD and DB. RGB value is (85,173,219). Sum of RGB (Red+Green+Blue) = 85+173+219=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #55ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADDB is #AA5224. Grayscale: #979797. Windows color (decimal): -11162149 or 14396757. OLE color: 14396757.
HSL color Cylindrical-coordinate representation of color #55ADDB: hue angle of 200.6º 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 #55ADDB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 173 | 219 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.14 |
| HSL | 200.6º | 0.65% | 0.6% | - |
| HSV(B) | 200.6º | 0.61% | 0.86% | - |
| XYZ | 31.48 | 36.93 | 72.49 | - |
| YUV | 151.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 219 | 0.61 | 0.21 | 0 | 0.14 | 200.6 | 0.65 | 0.6 |
| Hex | 55 | AD | DB | 3D | 15 | 0 | E | C9 | 41 | 3C |
| Octal | 125 | 255 | 333 | 75 | 25 | 0 | 16 | 311 | 101 | 74 |
| Binary | 1010101 | 10101101 | 11011011 | 111101 | 10101 | 0 | 1110 | 11001001 | 1000001 | 111100 |
Color Harmonies of #55ADDB
Complementary color
Monochromatic Colors of #55ADDB
Black with #55ADDB
Text Example
Text Example
White with #55ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADDB; }
p { color: rgb(85,173,219); }
H1.HeaderClassName
{
color: #55ADDB;
}
.AnyTagClassName
{
color: #55ADDB;
}
</style>
background-color css
<style>
a { background-color: #55ADDB; }
a { background-color: rgb(85,173,219); }
div.DivClassName
{
background-color: #55ADDB;
}
.BgClassName
{
background-color: #55ADDB;
}
</style>
border-color css
<style>
span { border-color: #55ADDB; }
span { border-color: rgb(85,173,219); }
td.TdClassName
{
border-color: #55ADDB;
}
.TagClassName
{
border-color: #55ADDB;
}
</style>