Shades of Picton Blue #58ABDE
Tints of Picton Blue #58ABDE
RGB
CMYK
RGB Variations
Color information
#58ABDE (or 0x58ABDE) is known color: Picton Blue. HEX triplet: 58, AB and DE. RGB value is (88,171,222). Sum of RGB (Red+Green+Blue) = 88+171+222=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #58ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABDE is #A75421. Grayscale: #979797. Windows color (decimal): -10966050 or 14592856. OLE color: 14592856.
HSL color Cylindrical-coordinate representation of color #58ABDE: hue angle of 202.84º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58ABDE is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 171 | 222 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.13 |
| HSL | 202.84º | 0.67% | 0.61% | - |
| HSV(B) | 202.84º | 0.6% | 0.87% | - |
| XYZ | 31.77 | 36.47 | 74.47 | - |
| YUV | 152 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 222 | 0.60 | 0.23 | 0 | 0.13 | 202.84 | 0.67 | 0.61 |
| Hex | 58 | AB | DE | 3C | 17 | 0 | D | CB | 43 | 3D |
| Octal | 130 | 253 | 336 | 74 | 27 | 0 | 15 | 313 | 103 | 75 |
| Binary | 1011000 | 10101011 | 11011110 | 111100 | 10111 | 0 | 1101 | 11001011 | 1000011 | 111101 |
Color Harmonies of #58ABDE
Complementary color
Monochromatic Colors of #58ABDE
Black with #58ABDE
Text Example
Text Example
White with #58ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABDE; }
p { color: rgb(88,171,222); }
H1.HeaderClassName
{
color: #58ABDE;
}
.AnyTagClassName
{
color: #58ABDE;
}
</style>
background-color css
<style>
a { background-color: #58ABDE; }
a { background-color: rgb(88,171,222); }
div.DivClassName
{
background-color: #58ABDE;
}
.BgClassName
{
background-color: #58ABDE;
}
</style>
border-color css
<style>
span { border-color: #58ABDE; }
span { border-color: rgb(88,171,222); }
td.TdClassName
{
border-color: #58ABDE;
}
.TagClassName
{
border-color: #58ABDE;
}
</style>