Shades of Jordy Blue #89ACEA
Tints of Jordy Blue #89ACEA
RGB
CMYK
RGB Variations
Color information
#89ACEA (or 0x89ACEA) is known color: Jordy Blue. HEX triplet: 89, AC and EA. RGB value is (137,172,234). Sum of RGB (Red+Green+Blue) = 137+172+234=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #89ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACEA is #765315. Grayscale: #A8A8A8. Windows color (decimal): -7754518 or 15379593. OLE color: 15379593.
HSL color Cylindrical-coordinate representation of color #89ACEA: hue angle of 218.35º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89ACEA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 172 | 234 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.08 |
| HSL | 218.35º | 0.7% | 0.73% | - |
| HSV(B) | 218.35º | 0.41% | 0.92% | - |
| XYZ | 39.92 | 40.76 | 83.61 | - |
| YUV | 168.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 234 | 0.41 | 0.26 | 0 | 0.08 | 218.35 | 0.7 | 0.73 |
| Hex | 89 | AC | EA | 29 | 1A | 0 | 8 | DA | 46 | 49 |
| Octal | 211 | 254 | 352 | 51 | 32 | 0 | 10 | 332 | 106 | 111 |
| Binary | 10001001 | 10101100 | 11101010 | 101001 | 11010 | 0 | 1000 | 11011010 | 1000110 | 1001001 |
Color Harmonies of #89ACEA
Complementary color
Monochromatic Colors of #89ACEA
Black with #89ACEA
Text Example
Text Example
White with #89ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACEA; }
p { color: rgb(137,172,234); }
H1.HeaderClassName
{
color: #89ACEA;
}
.AnyTagClassName
{
color: #89ACEA;
}
</style>
background-color css
<style>
a { background-color: #89ACEA; }
a { background-color: rgb(137,172,234); }
div.DivClassName
{
background-color: #89ACEA;
}
.BgClassName
{
background-color: #89ACEA;
}
</style>
border-color css
<style>
span { border-color: #89ACEA; }
span { border-color: rgb(137,172,234); }
td.TdClassName
{
border-color: #89ACEA;
}
.TagClassName
{
border-color: #89ACEA;
}
</style>