Shades of Jordy Blue #89ADEF
Tints of Jordy Blue #89ADEF
RGB
CMYK
RGB Variations
Color information
#89ADEF (or 0x89ADEF) is known color: Jordy Blue. HEX triplet: 89, AD and EF. RGB value is (137,173,239). Sum of RGB (Red+Green+Blue) = 137+173+239=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #89ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADEF is #765210. Grayscale: #A9A9A9. Windows color (decimal): -7754257 or 15707529. OLE color: 15707529.
HSL color Cylindrical-coordinate representation of color #89ADEF: hue angle of 218.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89ADEF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 173 | 239 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.06 |
| HSL | 218.82º | 0.76% | 0.74% | - |
| HSV(B) | 218.82º | 0.43% | 0.94% | - |
| XYZ | 40.84 | 41.44 | 87.51 | - |
| YUV | 169.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 239 | 0.43 | 0.28 | 0 | 0.06 | 218.82 | 0.76 | 0.74 |
| Hex | 89 | AD | EF | 2B | 1C | 0 | 6 | DB | 4C | 4A |
| Octal | 211 | 255 | 357 | 53 | 34 | 0 | 6 | 333 | 114 | 112 |
| Binary | 10001001 | 10101101 | 11101111 | 101011 | 11100 | 0 | 110 | 11011011 | 1001100 | 1001010 |
Color Harmonies of #89ADEF
Complementary color
Monochromatic Colors of #89ADEF
Black with #89ADEF
Text Example
Text Example
White with #89ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADEF; }
p { color: rgb(137,173,239); }
H1.HeaderClassName
{
color: #89ADEF;
}
.AnyTagClassName
{
color: #89ADEF;
}
</style>
background-color css
<style>
a { background-color: #89ADEF; }
a { background-color: rgb(137,173,239); }
div.DivClassName
{
background-color: #89ADEF;
}
.BgClassName
{
background-color: #89ADEF;
}
</style>
border-color css
<style>
span { border-color: #89ADEF; }
span { border-color: rgb(137,173,239); }
td.TdClassName
{
border-color: #89ADEF;
}
.TagClassName
{
border-color: #89ADEF;
}
</style>