Shades of Jordy Blue #87ABEC
Tints of Jordy Blue #87ABEC
RGB
CMYK
RGB Variations
Color information
#87ABEC (or 0x87ABEC) is known color: Jordy Blue. HEX triplet: 87, AB and EC. RGB value is (135,171,236). Sum of RGB (Red+Green+Blue) = 135+171+236=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #87ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABEC is #785413. Grayscale: #A7A7A7. Windows color (decimal): -7885844 or 15510407. OLE color: 15510407.
HSL color Cylindrical-coordinate representation of color #87ABEC: hue angle of 218.61º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87ABEC is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 171 | 236 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.07 |
| HSL | 218.61º | 0.73% | 0.73% | - |
| HSV(B) | 218.61º | 0.43% | 0.93% | - |
| XYZ | 39.69 | 40.33 | 85.05 | - |
| YUV | 167.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 236 | 0.43 | 0.28 | 0 | 0.07 | 218.61 | 0.73 | 0.73 |
| Hex | 87 | AB | EC | 2B | 1C | 0 | 7 | DB | 49 | 49 |
| Octal | 207 | 253 | 354 | 53 | 34 | 0 | 7 | 333 | 111 | 111 |
| Binary | 10000111 | 10101011 | 11101100 | 101011 | 11100 | 0 | 111 | 11011011 | 1001001 | 1001001 |
Color Harmonies of #87ABEC
Complementary color
Monochromatic Colors of #87ABEC
Black with #87ABEC
Text Example
Text Example
White with #87ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABEC; }
p { color: rgb(135,171,236); }
H1.HeaderClassName
{
color: #87ABEC;
}
.AnyTagClassName
{
color: #87ABEC;
}
</style>
background-color css
<style>
a { background-color: #87ABEC; }
a { background-color: rgb(135,171,236); }
div.DivClassName
{
background-color: #87ABEC;
}
.BgClassName
{
background-color: #87ABEC;
}
</style>
border-color css
<style>
span { border-color: #87ABEC; }
span { border-color: rgb(135,171,236); }
td.TdClassName
{
border-color: #87ABEC;
}
.TagClassName
{
border-color: #87ABEC;
}
</style>