Shades of Jordy Blue #89ACE1
Tints of Jordy Blue #89ACE1
RGB
CMYK
RGB Variations
Color information
#89ACE1 (or 0x89ACE1) is known color: Jordy Blue. HEX triplet: 89, AC and E1. RGB value is (137,172,225). Sum of RGB (Red+Green+Blue) = 137+172+225=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #89ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACE1 is #76531E. Grayscale: #A7A7A7. Windows color (decimal): -7754527 or 14789769. OLE color: 14789769.
HSL color Cylindrical-coordinate representation of color #89ACE1: hue angle of 216.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89ACE1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 172 | 225 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.12 |
| HSL | 216.14º | 0.59% | 0.71% | - |
| HSV(B) | 216.14º | 0.39% | 0.88% | - |
| XYZ | 38.66 | 40.26 | 76.97 | - |
| YUV | 167.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 225 | 0.39 | 0.24 | 0 | 0.12 | 216.14 | 0.59 | 0.71 |
| Hex | 89 | AC | E1 | 27 | 18 | 0 | C | D8 | 3B | 47 |
| Octal | 211 | 254 | 341 | 47 | 30 | 0 | 14 | 330 | 73 | 107 |
| Binary | 10001001 | 10101100 | 11100001 | 100111 | 11000 | 0 | 1100 | 11011000 | 111011 | 1000111 |
Color Harmonies of #89ACE1
Complementary color
Monochromatic Colors of #89ACE1
Black with #89ACE1
Text Example
Text Example
White with #89ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACE1; }
p { color: rgb(137,172,225); }
H1.HeaderClassName
{
color: #89ACE1;
}
.AnyTagClassName
{
color: #89ACE1;
}
</style>
background-color css
<style>
a { background-color: #89ACE1; }
a { background-color: rgb(137,172,225); }
div.DivClassName
{
background-color: #89ACE1;
}
.BgClassName
{
background-color: #89ACE1;
}
</style>
border-color css
<style>
span { border-color: #89ACE1; }
span { border-color: rgb(137,172,225); }
td.TdClassName
{
border-color: #89ACE1;
}
.TagClassName
{
border-color: #89ACE1;
}
</style>