Shades of Jordy Blue #89ABDF
Tints of Jordy Blue #89ABDF
RGB
CMYK
RGB Variations
Color information
#89ABDF (or 0x89ABDF) is known color: Jordy Blue. HEX triplet: 89, AB and DF. RGB value is (137,171,223). Sum of RGB (Red+Green+Blue) = 137+171+223=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #89ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABDF is #765420. Grayscale: #A6A6A6. Windows color (decimal): -7754785 or 14658441. OLE color: 14658441.
HSL color Cylindrical-coordinate representation of color #89ABDF: hue angle of 216.28º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89ABDF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 171 | 223 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.13 |
| HSL | 216.28º | 0.57% | 0.71% | - |
| HSV(B) | 216.28º | 0.39% | 0.87% | - |
| XYZ | 38.2 | 39.77 | 75.48 | - |
| YUV | 166.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 223 | 0.39 | 0.23 | 0 | 0.13 | 216.28 | 0.57 | 0.71 |
| Hex | 89 | AB | DF | 27 | 17 | 0 | D | D8 | 39 | 47 |
| Octal | 211 | 253 | 337 | 47 | 27 | 0 | 15 | 330 | 71 | 107 |
| Binary | 10001001 | 10101011 | 11011111 | 100111 | 10111 | 0 | 1101 | 11011000 | 111001 | 1000111 |
Color Harmonies of #89ABDF
Complementary color
Monochromatic Colors of #89ABDF
Black with #89ABDF
Text Example
Text Example
White with #89ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABDF; }
p { color: rgb(137,171,223); }
H1.HeaderClassName
{
color: #89ABDF;
}
.AnyTagClassName
{
color: #89ABDF;
}
</style>
background-color css
<style>
a { background-color: #89ABDF; }
a { background-color: rgb(137,171,223); }
div.DivClassName
{
background-color: #89ABDF;
}
.BgClassName
{
background-color: #89ABDF;
}
</style>
border-color css
<style>
span { border-color: #89ABDF; }
span { border-color: rgb(137,171,223); }
td.TdClassName
{
border-color: #89ABDF;
}
.TagClassName
{
border-color: #89ABDF;
}
</style>