Shades of Jordy Blue #89ABFB
Tints of Jordy Blue #89ABFB
RGB
CMYK
RGB Variations
Color information
#89ABFB (or 0x89ABFB) is known color: Jordy Blue. HEX triplet: 89, AB and FB. RGB value is (137,171,251). Sum of RGB (Red+Green+Blue) = 137+171+251=559 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.51% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #89ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFB is #765404. Grayscale: #A9A9A9. Windows color (decimal): -7754757 or 16493449. OLE color: 16493449.
HSL color Cylindrical-coordinate representation of color #89ABFB: hue angle of 222.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89ABFB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 171 | 251 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.02 |
| HSL | 222.11º | 0.93% | 0.76% | - |
| HSV(B) | 222.11º | 0.45% | 0.98% | - |
| XYZ | 42.29 | 41.41 | 97.03 | - |
| YUV | 169.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 251 | 0.45 | 0.32 | 0 | 0.02 | 222.11 | 0.93 | 0.76 |
| Hex | 89 | AB | FB | 2D | 20 | 0 | 2 | DE | 5D | 4C |
| Octal | 211 | 253 | 373 | 55 | 40 | 0 | 2 | 336 | 135 | 114 |
| Binary | 10001001 | 10101011 | 11111011 | 101101 | 100000 | 0 | 10 | 11011110 | 1011101 | 1001100 |
Color Harmonies of #89ABFB
Complementary color
Monochromatic Colors of #89ABFB
Black with #89ABFB
Text Example
Text Example
White with #89ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABFB; }
p { color: rgb(137,171,251); }
H1.HeaderClassName
{
color: #89ABFB;
}
.AnyTagClassName
{
color: #89ABFB;
}
</style>
background-color css
<style>
a { background-color: #89ABFB; }
a { background-color: rgb(137,171,251); }
div.DivClassName
{
background-color: #89ABFB;
}
.BgClassName
{
background-color: #89ABFB;
}
</style>
border-color css
<style>
span { border-color: #89ABFB; }
span { border-color: rgb(137,171,251); }
td.TdClassName
{
border-color: #89ABFB;
}
.TagClassName
{
border-color: #89ABFB;
}
</style>