Shades of Jordy Blue #89ADFD
Tints of Jordy Blue #89ADFD
RGB
CMYK
RGB Variations
Color information
#89ADFD (or 0x89ADFD) is known color: Jordy Blue. HEX triplet: 89, AD and FD. RGB value is (137,173,253). Sum of RGB (Red+Green+Blue) = 137+173+253=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #89ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADFD is #765202. Grayscale: #ABABAB. Windows color (decimal): -7754243 or 16625033. OLE color: 16625033.
HSL color Cylindrical-coordinate representation of color #89ADFD: hue angle of 221.38º 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 #89ADFD is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 173 | 253 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.01 |
| HSL | 221.38º | 0.97% | 0.76% | - |
| HSV(B) | 221.38º | 0.46% | 0.99% | - |
| XYZ | 42.99 | 42.3 | 98.83 | - |
| YUV | 171.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 253 | 0.46 | 0.32 | 0 | 0.01 | 221.38 | 0.97 | 0.76 |
| Hex | 89 | AD | FD | 2E | 20 | 0 | 1 | DD | 61 | 4C |
| Octal | 211 | 255 | 375 | 56 | 40 | 0 | 1 | 335 | 141 | 114 |
| Binary | 10001001 | 10101101 | 11111101 | 101110 | 100000 | 0 | 1 | 11011101 | 1100001 | 1001100 |
Color Harmonies of #89ADFD
Complementary color
Monochromatic Colors of #89ADFD
Black with #89ADFD
Text Example
Text Example
White with #89ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADFD; }
p { color: rgb(137,173,253); }
H1.HeaderClassName
{
color: #89ADFD;
}
.AnyTagClassName
{
color: #89ADFD;
}
</style>
background-color css
<style>
a { background-color: #89ADFD; }
a { background-color: rgb(137,173,253); }
div.DivClassName
{
background-color: #89ADFD;
}
.BgClassName
{
background-color: #89ADFD;
}
</style>
border-color css
<style>
span { border-color: #89ADFD; }
span { border-color: rgb(137,173,253); }
td.TdClassName
{
border-color: #89ADFD;
}
.TagClassName
{
border-color: #89ADFD;
}
</style>