Shades of Jordy Blue #89ADE6
Tints of Jordy Blue #89ADE6
RGB
CMYK
RGB Variations
Color information
#89ADE6 (or 0x89ADE6) is known color: Jordy Blue. HEX triplet: 89, AD and E6. RGB value is (137,173,230). Sum of RGB (Red+Green+Blue) = 137+173+230=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #89ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADE6 is #765219. Grayscale: #A8A8A8. Windows color (decimal): -7754266 or 15117705. OLE color: 15117705.
HSL color Cylindrical-coordinate representation of color #89ADE6: hue angle of 216.77º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89ADE6 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 173 | 230 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.10 |
| HSL | 216.77º | 0.65% | 0.72% | - |
| HSV(B) | 216.77º | 0.4% | 0.9% | - |
| XYZ | 39.54 | 40.92 | 80.68 | - |
| YUV | 168.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 230 | 0.40 | 0.25 | 0 | 0.10 | 216.77 | 0.65 | 0.72 |
| Hex | 89 | AD | E6 | 28 | 19 | 0 | A | D9 | 41 | 48 |
| Octal | 211 | 255 | 346 | 50 | 31 | 0 | 12 | 331 | 101 | 110 |
| Binary | 10001001 | 10101101 | 11100110 | 101000 | 11001 | 0 | 1010 | 11011001 | 1000001 | 1001000 |
Color Harmonies of #89ADE6
Complementary color
Monochromatic Colors of #89ADE6
Black with #89ADE6
Text Example
Text Example
White with #89ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADE6; }
p { color: rgb(137,173,230); }
H1.HeaderClassName
{
color: #89ADE6;
}
.AnyTagClassName
{
color: #89ADE6;
}
</style>
background-color css
<style>
a { background-color: #89ADE6; }
a { background-color: rgb(137,173,230); }
div.DivClassName
{
background-color: #89ADE6;
}
.BgClassName
{
background-color: #89ADE6;
}
</style>
border-color css
<style>
span { border-color: #89ADE6; }
span { border-color: rgb(137,173,230); }
td.TdClassName
{
border-color: #89ADE6;
}
.TagClassName
{
border-color: #89ADE6;
}
</style>