Shades of Jordy Blue #89ABDE
Tints of Jordy Blue #89ABDE
RGB
CMYK
RGB Variations
Color information
#89ABDE (or 0x89ABDE) is known color: Jordy Blue. HEX triplet: 89, AB and DE. RGB value is (137,171,222). Sum of RGB (Red+Green+Blue) = 137+171+222=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #89ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABDE is #765421. Grayscale: #A6A6A6. Windows color (decimal): -7754786 or 14592905. OLE color: 14592905.
HSL color Cylindrical-coordinate representation of color #89ABDE: hue angle of 216º degrees, saturation: 0.56, 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 #89ABDE is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 171 | 222 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.13 |
| HSL | 216º | 0.56% | 0.7% | - |
| HSV(B) | 216º | 0.38% | 0.87% | - |
| XYZ | 38.06 | 39.72 | 74.77 | - |
| YUV | 166.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 222 | 0.38 | 0.23 | 0 | 0.13 | 216 | 0.56 | 0.7 |
| Hex | 89 | AB | DE | 26 | 17 | 0 | D | D8 | 38 | 46 |
| Octal | 211 | 253 | 336 | 46 | 27 | 0 | 15 | 330 | 70 | 106 |
| Binary | 10001001 | 10101011 | 11011110 | 100110 | 10111 | 0 | 1101 | 11011000 | 111000 | 1000110 |
Color Harmonies of #89ABDE
Complementary color
Monochromatic Colors of #89ABDE
Black with #89ABDE
Text Example
Text Example
White with #89ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABDE; }
p { color: rgb(137,171,222); }
H1.HeaderClassName
{
color: #89ABDE;
}
.AnyTagClassName
{
color: #89ABDE;
}
</style>
background-color css
<style>
a { background-color: #89ABDE; }
a { background-color: rgb(137,171,222); }
div.DivClassName
{
background-color: #89ABDE;
}
.BgClassName
{
background-color: #89ABDE;
}
</style>
border-color css
<style>
span { border-color: #89ABDE; }
span { border-color: rgb(137,171,222); }
td.TdClassName
{
border-color: #89ABDE;
}
.TagClassName
{
border-color: #89ABDE;
}
</style>