Shades of Jordy Blue #89A8EA
Tints of Jordy Blue #89A8EA
RGB
CMYK
RGB Variations
Color information
#89A8EA (or 0x89A8EA) is known color: Jordy Blue. HEX triplet: 89, A8 and EA. RGB value is (137,168,234). Sum of RGB (Red+Green+Blue) = 137+168+234=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #89A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A8EA is #765715. Grayscale: #A5A5A5. Windows color (decimal): -7755542 or 15378569. OLE color: 15378569.
HSL color Cylindrical-coordinate representation of color #89A8EA: hue angle of 220.82º 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 #89A8EA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 168 | 234 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.08 |
| HSL | 220.82º | 0.7% | 0.73% | - |
| HSV(B) | 220.82º | 0.41% | 0.92% | - |
| XYZ | 39.17 | 39.26 | 83.36 | - |
| YUV | 166.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 234 | 0.41 | 0.28 | 0 | 0.08 | 220.82 | 0.7 | 0.73 |
| Hex | 89 | A8 | EA | 29 | 1C | 0 | 8 | DD | 46 | 49 |
| Octal | 211 | 250 | 352 | 51 | 34 | 0 | 10 | 335 | 106 | 111 |
| Binary | 10001001 | 10101000 | 11101010 | 101001 | 11100 | 0 | 1000 | 11011101 | 1000110 | 1001001 |
Color Harmonies of #89A8EA
Complementary color
Monochromatic Colors of #89A8EA
Black with #89A8EA
Text Example
Text Example
White with #89A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8EA; }
p { color: rgb(137,168,234); }
H1.HeaderClassName
{
color: #89A8EA;
}
.AnyTagClassName
{
color: #89A8EA;
}
</style>
background-color css
<style>
a { background-color: #89A8EA; }
a { background-color: rgb(137,168,234); }
div.DivClassName
{
background-color: #89A8EA;
}
.BgClassName
{
background-color: #89A8EA;
}
</style>
border-color css
<style>
span { border-color: #89A8EA; }
span { border-color: rgb(137,168,234); }
td.TdClassName
{
border-color: #89A8EA;
}
.TagClassName
{
border-color: #89A8EA;
}
</style>