Shades of Jordy Blue #89A8EB
Tints of Jordy Blue #89A8EB
RGB
CMYK
RGB Variations
Color information
#89A8EB (or 0x89A8EB) is known color: Jordy Blue. HEX triplet: 89, A8 and EB. RGB value is (137,168,235). Sum of RGB (Red+Green+Blue) = 137+168+235=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #89A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A8EB is #765714. Grayscale: #A6A6A6. Windows color (decimal): -7755541 or 15444105. OLE color: 15444105.
HSL color Cylindrical-coordinate representation of color #89A8EB: hue angle of 221.02º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89A8EB is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 168 | 235 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.08 |
| HSL | 221.02º | 0.71% | 0.73% | - |
| HSV(B) | 221.02º | 0.42% | 0.92% | - |
| XYZ | 39.31 | 39.32 | 84.12 | - |
| YUV | 166.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 235 | 0.42 | 0.29 | 0 | 0.08 | 221.02 | 0.71 | 0.73 |
| Hex | 89 | A8 | EB | 2A | 1D | 0 | 8 | DD | 47 | 49 |
| Octal | 211 | 250 | 353 | 52 | 35 | 0 | 10 | 335 | 107 | 111 |
| Binary | 10001001 | 10101000 | 11101011 | 101010 | 11101 | 0 | 1000 | 11011101 | 1000111 | 1001001 |
Color Harmonies of #89A8EB
Complementary color
Monochromatic Colors of #89A8EB
Black with #89A8EB
Text Example
Text Example
White with #89A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8EB; }
p { color: rgb(137,168,235); }
H1.HeaderClassName
{
color: #89A8EB;
}
.AnyTagClassName
{
color: #89A8EB;
}
</style>
background-color css
<style>
a { background-color: #89A8EB; }
a { background-color: rgb(137,168,235); }
div.DivClassName
{
background-color: #89A8EB;
}
.BgClassName
{
background-color: #89A8EB;
}
</style>
border-color css
<style>
span { border-color: #89A8EB; }
span { border-color: rgb(137,168,235); }
td.TdClassName
{
border-color: #89A8EB;
}
.TagClassName
{
border-color: #89A8EB;
}
</style>