Shades of Jordy Blue #89A7DD
Tints of Jordy Blue #89A7DD
RGB
CMYK
RGB Variations
Color information
#89A7DD (or 0x89A7DD) is known color: Jordy Blue. HEX triplet: 89, A7 and DD. RGB value is (137,167,221). Sum of RGB (Red+Green+Blue) = 137+167+221=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7DD is #765822. Grayscale: #A3A3A3. Windows color (decimal): -7755811 or 14526345. OLE color: 14526345.
HSL color Cylindrical-coordinate representation of color #89A7DD: hue angle of 218.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A7DD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 167 | 221 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.13 |
| HSL | 218.57º | 0.55% | 0.7% | - |
| HSV(B) | 218.57º | 0.38% | 0.87% | - |
| XYZ | 37.19 | 38.18 | 73.82 | - |
| YUV | 164.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 167 | 221 | 0.38 | 0.24 | 0 | 0.13 | 218.57 | 0.55 | 0.7 |
| Hex | 89 | A7 | DD | 26 | 18 | 0 | D | DB | 37 | 46 |
| Octal | 211 | 247 | 335 | 46 | 30 | 0 | 15 | 333 | 67 | 106 |
| Binary | 10001001 | 10100111 | 11011101 | 100110 | 11000 | 0 | 1101 | 11011011 | 110111 | 1000110 |
Color Harmonies of #89A7DD
Complementary color
Monochromatic Colors of #89A7DD
Black with #89A7DD
Text Example
Text Example
White with #89A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A7DD; }
p { color: rgb(137,167,221); }
H1.HeaderClassName
{
color: #89A7DD;
}
.AnyTagClassName
{
color: #89A7DD;
}
</style>
background-color css
<style>
a { background-color: #89A7DD; }
a { background-color: rgb(137,167,221); }
div.DivClassName
{
background-color: #89A7DD;
}
.BgClassName
{
background-color: #89A7DD;
}
</style>
border-color css
<style>
span { border-color: #89A7DD; }
span { border-color: rgb(137,167,221); }
td.TdClassName
{
border-color: #89A7DD;
}
.TagClassName
{
border-color: #89A7DD;
}
</style>