Shades of Picton Blue #5DABCB
Tints of Picton Blue #5DABCB
RGB
CMYK
RGB Variations
Color information
#5DABCB (or 0x5DABCB) is known color: Picton Blue. HEX triplet: 5D, AB and CB. RGB value is (93,171,203). Sum of RGB (Red+Green+Blue) = 93+171+203=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #5DABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABCB is #A25434. Grayscale: #979797. Windows color (decimal): -10638389 or 13347677. OLE color: 13347677.
HSL color Cylindrical-coordinate representation of color #5DABCB: hue angle of 197.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DABCB is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 171 | 203 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.20 |
| HSL | 197.45º | 0.51% | 0.58% | - |
| HSV(B) | 197.45º | 0.54% | 0.8% | - |
| XYZ | 29.86 | 35.76 | 61.83 | - |
| YUV | 151.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 203 | 0.54 | 0.16 | 0 | 0.20 | 197.45 | 0.51 | 0.58 |
| Hex | 5D | AB | CB | 36 | 10 | 0 | 14 | C5 | 33 | 3A |
| Octal | 135 | 253 | 313 | 66 | 20 | 0 | 24 | 305 | 63 | 72 |
| Binary | 1011101 | 10101011 | 11001011 | 110110 | 10000 | 0 | 10100 | 11000101 | 110011 | 111010 |
Color Harmonies of #5DABCB
Complementary color
Monochromatic Colors of #5DABCB
Black with #5DABCB
Text Example
Text Example
White with #5DABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABCB; }
p { color: rgb(93,171,203); }
H1.HeaderClassName
{
color: #5DABCB;
}
.AnyTagClassName
{
color: #5DABCB;
}
</style>
background-color css
<style>
a { background-color: #5DABCB; }
a { background-color: rgb(93,171,203); }
div.DivClassName
{
background-color: #5DABCB;
}
.BgClassName
{
background-color: #5DABCB;
}
</style>
border-color css
<style>
span { border-color: #5DABCB; }
span { border-color: rgb(93,171,203); }
td.TdClassName
{
border-color: #5DABCB;
}
.TagClassName
{
border-color: #5DABCB;
}
</style>