Shades of Jordy Blue #89ABFD
Tints of Jordy Blue #89ABFD
RGB
CMYK
RGB Variations
Color information
#89ABFD (or 0x89ABFD) is known color: Jordy Blue. HEX triplet: 89, AB and FD. RGB value is (137,171,253). Sum of RGB (Red+Green+Blue) = 137+171+253=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #89ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFD is #765402. Grayscale: #A9A9A9. Windows color (decimal): -7754755 or 16624521. OLE color: 16624521.
HSL color Cylindrical-coordinate representation of color #89ABFD: hue angle of 222.41º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89ABFD is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 171 | 253 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.01 |
| HSL | 222.41º | 0.97% | 0.76% | - |
| HSV(B) | 222.41º | 0.46% | 0.99% | - |
| XYZ | 42.61 | 41.54 | 98.7 | - |
| YUV | 170.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 253 | 0.46 | 0.32 | 0 | 0.01 | 222.41 | 0.97 | 0.76 |
| Hex | 89 | AB | FD | 2E | 20 | 0 | 1 | DE | 61 | 4C |
| Octal | 211 | 253 | 375 | 56 | 40 | 0 | 1 | 336 | 141 | 114 |
| Binary | 10001001 | 10101011 | 11111101 | 101110 | 100000 | 0 | 1 | 11011110 | 1100001 | 1001100 |
Color Harmonies of #89ABFD
Complementary color
Monochromatic Colors of #89ABFD
Black with #89ABFD
Text Example
Text Example
White with #89ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABFD; }
p { color: rgb(137,171,253); }
H1.HeaderClassName
{
color: #89ABFD;
}
.AnyTagClassName
{
color: #89ABFD;
}
</style>
background-color css
<style>
a { background-color: #89ABFD; }
a { background-color: rgb(137,171,253); }
div.DivClassName
{
background-color: #89ABFD;
}
.BgClassName
{
background-color: #89ABFD;
}
</style>
border-color css
<style>
span { border-color: #89ABFD; }
span { border-color: rgb(137,171,253); }
td.TdClassName
{
border-color: #89ABFD;
}
.TagClassName
{
border-color: #89ABFD;
}
</style>