Shades of Jordy Blue #89ADEE
Tints of Jordy Blue #89ADEE
RGB
CMYK
RGB Variations
Color information
#89ADEE (or 0x89ADEE) is known color: Jordy Blue. HEX triplet: 89, AD and EE. RGB value is (137,173,238). Sum of RGB (Red+Green+Blue) = 137+173+238=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #89ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADEE is #765211. Grayscale: #A9A9A9. Windows color (decimal): -7754258 or 15641993. OLE color: 15641993.
HSL color Cylindrical-coordinate representation of color #89ADEE: hue angle of 218.61º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ADEE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 173 | 238 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.07 |
| HSL | 218.61º | 0.75% | 0.74% | - |
| HSV(B) | 218.61º | 0.42% | 0.93% | - |
| XYZ | 40.69 | 41.38 | 86.73 | - |
| YUV | 169.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 238 | 0.42 | 0.27 | 0 | 0.07 | 218.61 | 0.75 | 0.74 |
| Hex | 89 | AD | EE | 2A | 1B | 0 | 7 | DB | 4B | 4A |
| Octal | 211 | 255 | 356 | 52 | 33 | 0 | 7 | 333 | 113 | 112 |
| Binary | 10001001 | 10101101 | 11101110 | 101010 | 11011 | 0 | 111 | 11011011 | 1001011 | 1001010 |
Color Harmonies of #89ADEE
Complementary color
Monochromatic Colors of #89ADEE
Black with #89ADEE
Text Example
Text Example
White with #89ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADEE; }
p { color: rgb(137,173,238); }
H1.HeaderClassName
{
color: #89ADEE;
}
.AnyTagClassName
{
color: #89ADEE;
}
</style>
background-color css
<style>
a { background-color: #89ADEE; }
a { background-color: rgb(137,173,238); }
div.DivClassName
{
background-color: #89ADEE;
}
.BgClassName
{
background-color: #89ADEE;
}
</style>
border-color css
<style>
span { border-color: #89ADEE; }
span { border-color: rgb(137,173,238); }
td.TdClassName
{
border-color: #89ADEE;
}
.TagClassName
{
border-color: #89ADEE;
}
</style>