Shades of Jordy Blue #89AAE0
Tints of Jordy Blue #89AAE0
RGB
CMYK
RGB Variations
Color information
#89AAE0 (or 0x89AAE0) is known color: Jordy Blue. HEX triplet: 89, AA and E0. RGB value is (137,170,224). Sum of RGB (Red+Green+Blue) = 137+170+224=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #89AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAE0 is #76551F. Grayscale: #A6A6A6. Windows color (decimal): -7755040 or 14723721. OLE color: 14723721.
HSL color Cylindrical-coordinate representation of color #89AAE0: hue angle of 217.24º degrees, saturation: 0.58, 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 #89AAE0 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 170 | 224 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.12 |
| HSL | 217.24º | 0.58% | 0.71% | - |
| HSV(B) | 217.24º | 0.39% | 0.88% | - |
| XYZ | 38.15 | 39.45 | 76.13 | - |
| YUV | 166.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 224 | 0.39 | 0.24 | 0 | 0.12 | 217.24 | 0.58 | 0.71 |
| Hex | 89 | AA | E0 | 27 | 18 | 0 | C | D9 | 3A | 47 |
| Octal | 211 | 252 | 340 | 47 | 30 | 0 | 14 | 331 | 72 | 107 |
| Binary | 10001001 | 10101010 | 11100000 | 100111 | 11000 | 0 | 1100 | 11011001 | 111010 | 1000111 |
Color Harmonies of #89AAE0
Complementary color
Monochromatic Colors of #89AAE0
Black with #89AAE0
Text Example
Text Example
White with #89AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAE0; }
p { color: rgb(137,170,224); }
H1.HeaderClassName
{
color: #89AAE0;
}
.AnyTagClassName
{
color: #89AAE0;
}
</style>
background-color css
<style>
a { background-color: #89AAE0; }
a { background-color: rgb(137,170,224); }
div.DivClassName
{
background-color: #89AAE0;
}
.BgClassName
{
background-color: #89AAE0;
}
</style>
border-color css
<style>
span { border-color: #89AAE0; }
span { border-color: rgb(137,170,224); }
td.TdClassName
{
border-color: #89AAE0;
}
.TagClassName
{
border-color: #89AAE0;
}
</style>