Shades of Jordy Blue #87ACE6
Tints of Jordy Blue #87ACE6
RGB
CMYK
RGB Variations
Color information
#87ACE6 (or 0x87ACE6) is known color: Jordy Blue. HEX triplet: 87, AC and E6. RGB value is (135,172,230). Sum of RGB (Red+Green+Blue) = 135+172+230=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #87ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACE6 is #785319. Grayscale: #A7A7A7. Windows color (decimal): -7885594 or 15117447. OLE color: 15117447.
HSL color Cylindrical-coordinate representation of color #87ACE6: hue angle of 216.63º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87ACE6 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 172 | 230 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.10 |
| HSL | 216.63º | 0.66% | 0.72% | - |
| HSV(B) | 216.63º | 0.41% | 0.9% | - |
| XYZ | 39.03 | 40.37 | 80.6 | - |
| YUV | 167.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 172 | 230 | 0.41 | 0.25 | 0 | 0.10 | 216.63 | 0.66 | 0.72 |
| Hex | 87 | AC | E6 | 29 | 19 | 0 | A | D9 | 42 | 48 |
| Octal | 207 | 254 | 346 | 51 | 31 | 0 | 12 | 331 | 102 | 110 |
| Binary | 10000111 | 10101100 | 11100110 | 101001 | 11001 | 0 | 1010 | 11011001 | 1000010 | 1001000 |
Color Harmonies of #87ACE6
Complementary color
Monochromatic Colors of #87ACE6
Black with #87ACE6
Text Example
Text Example
White with #87ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ACE6; }
p { color: rgb(135,172,230); }
H1.HeaderClassName
{
color: #87ACE6;
}
.AnyTagClassName
{
color: #87ACE6;
}
</style>
background-color css
<style>
a { background-color: #87ACE6; }
a { background-color: rgb(135,172,230); }
div.DivClassName
{
background-color: #87ACE6;
}
.BgClassName
{
background-color: #87ACE6;
}
</style>
border-color css
<style>
span { border-color: #87ACE6; }
span { border-color: rgb(135,172,230); }
td.TdClassName
{
border-color: #87ACE6;
}
.TagClassName
{
border-color: #87ACE6;
}
</style>