Shades of Jordy Blue #87ACE5
Tints of Jordy Blue #87ACE5
RGB
CMYK
RGB Variations
Color information
#87ACE5 (or 0x87ACE5) is known color: Jordy Blue. HEX triplet: 87, AC and E5. RGB value is (135,172,229). Sum of RGB (Red+Green+Blue) = 135+172+229=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #87ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACE5 is #78531A. Grayscale: #A7A7A7. Windows color (decimal): -7885595 or 15051911. OLE color: 15051911.
HSL color Cylindrical-coordinate representation of color #87ACE5: hue angle of 216.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87ACE5 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 172 | 229 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.10 |
| HSL | 216.38º | 0.64% | 0.71% | - |
| HSV(B) | 216.38º | 0.41% | 0.9% | - |
| XYZ | 38.89 | 40.31 | 79.86 | - |
| YUV | 167.44 | 162.74 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 172 | 229 | 0.41 | 0.25 | 0 | 0.10 | 216.38 | 0.64 | 0.71 |
| Hex | 87 | AC | E5 | 29 | 19 | 0 | A | D8 | 40 | 47 |
| Octal | 207 | 254 | 345 | 51 | 31 | 0 | 12 | 330 | 100 | 107 |
| Binary | 10000111 | 10101100 | 11100101 | 101001 | 11001 | 0 | 1010 | 11011000 | 1000000 | 1000111 |
Color Harmonies of #87ACE5
Complementary color
Monochromatic Colors of #87ACE5
Black with #87ACE5
Text Example
Text Example
White with #87ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ACE5; }
p { color: rgb(135,172,229); }
H1.HeaderClassName
{
color: #87ACE5;
}
.AnyTagClassName
{
color: #87ACE5;
}
</style>
background-color css
<style>
a { background-color: #87ACE5; }
a { background-color: rgb(135,172,229); }
div.DivClassName
{
background-color: #87ACE5;
}
.BgClassName
{
background-color: #87ACE5;
}
</style>
border-color css
<style>
span { border-color: #87ACE5; }
span { border-color: rgb(135,172,229); }
td.TdClassName
{
border-color: #87ACE5;
}
.TagClassName
{
border-color: #87ACE5;
}
</style>