Shades of Jordy Blue #89ABDC
Tints of Jordy Blue #89ABDC
RGB
CMYK
RGB Variations
Color information
#89ABDC (or 0x89ABDC) is known color: Jordy Blue. HEX triplet: 89, AB and DC. RGB value is (137,171,220). Sum of RGB (Red+Green+Blue) = 137+171+220=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #89ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABDC is #765423. Grayscale: #A6A6A6. Windows color (decimal): -7754788 or 14461833. OLE color: 14461833.
HSL color Cylindrical-coordinate representation of color #89ABDC: hue angle of 215.42º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89ABDC is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 171 | 220 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.14 |
| HSL | 215.42º | 0.54% | 0.7% | - |
| HSV(B) | 215.42º | 0.38% | 0.86% | - |
| XYZ | 37.8 | 39.61 | 73.36 | - |
| YUV | 166.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 220 | 0.38 | 0.22 | 0 | 0.14 | 215.42 | 0.54 | 0.7 |
| Hex | 89 | AB | DC | 26 | 16 | 0 | E | D7 | 36 | 46 |
| Octal | 211 | 253 | 334 | 46 | 26 | 0 | 16 | 327 | 66 | 106 |
| Binary | 10001001 | 10101011 | 11011100 | 100110 | 10110 | 0 | 1110 | 11010111 | 110110 | 1000110 |
Color Harmonies of #89ABDC
Complementary color
Monochromatic Colors of #89ABDC
Black with #89ABDC
Text Example
Text Example
White with #89ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABDC; }
p { color: rgb(137,171,220); }
H1.HeaderClassName
{
color: #89ABDC;
}
.AnyTagClassName
{
color: #89ABDC;
}
</style>
background-color css
<style>
a { background-color: #89ABDC; }
a { background-color: rgb(137,171,220); }
div.DivClassName
{
background-color: #89ABDC;
}
.BgClassName
{
background-color: #89ABDC;
}
</style>
border-color css
<style>
span { border-color: #89ABDC; }
span { border-color: rgb(137,171,220); }
td.TdClassName
{
border-color: #89ABDC;
}
.TagClassName
{
border-color: #89ABDC;
}
</style>