Shades of Jordy Blue #89ACE7
Tints of Jordy Blue #89ACE7
RGB
CMYK
RGB Variations
Color information
#89ACE7 (or 0x89ACE7) is known color: Jordy Blue. HEX triplet: 89, AC and E7. RGB value is (137,172,231). Sum of RGB (Red+Green+Blue) = 137+172+231=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #89ACE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACE7 is #765318. Grayscale: #A7A7A7. Windows color (decimal): -7754521 or 15182985. OLE color: 15182985.
HSL color Cylindrical-coordinate representation of color #89ACE7: hue angle of 217.66º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89ACE7 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 172 | 231 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.09 |
| HSL | 217.66º | 0.66% | 0.72% | - |
| HSV(B) | 217.66º | 0.41% | 0.91% | - |
| XYZ | 39.49 | 40.59 | 81.36 | - |
| YUV | 168.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 231 | 0.41 | 0.26 | 0 | 0.09 | 217.66 | 0.66 | 0.72 |
| Hex | 89 | AC | E7 | 29 | 1A | 0 | 9 | DA | 42 | 48 |
| Octal | 211 | 254 | 347 | 51 | 32 | 0 | 11 | 332 | 102 | 110 |
| Binary | 10001001 | 10101100 | 11100111 | 101001 | 11010 | 0 | 1001 | 11011010 | 1000010 | 1001000 |
Color Harmonies of #89ACE7
Complementary color
Monochromatic Colors of #89ACE7
Black with #89ACE7
Text Example
Text Example
White with #89ACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACE7; }
p { color: rgb(137,172,231); }
H1.HeaderClassName
{
color: #89ACE7;
}
.AnyTagClassName
{
color: #89ACE7;
}
</style>
background-color css
<style>
a { background-color: #89ACE7; }
a { background-color: rgb(137,172,231); }
div.DivClassName
{
background-color: #89ACE7;
}
.BgClassName
{
background-color: #89ACE7;
}
</style>
border-color css
<style>
span { border-color: #89ACE7; }
span { border-color: rgb(137,172,231); }
td.TdClassName
{
border-color: #89ACE7;
}
.TagClassName
{
border-color: #89ACE7;
}
</style>