Shades of Jordy Blue #89A5EE
Tints of Jordy Blue #89A5EE
RGB
CMYK
RGB Variations
Color information
#89A5EE (or 0x89A5EE) is known color: Jordy Blue. HEX triplet: 89, A5 and EE. RGB value is (137,165,238). Sum of RGB (Red+Green+Blue) = 137+165+238=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #89A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A5EE is #765A11. Grayscale: #A4A4A4. Windows color (decimal): -7756306 or 15639945. OLE color: 15639945.
HSL color Cylindrical-coordinate representation of color #89A5EE: hue angle of 223.37º 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 #89A5EE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 165 | 238 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.07 |
| HSL | 223.37º | 0.75% | 0.74% | - |
| HSV(B) | 223.37º | 0.42% | 0.93% | - |
| XYZ | 39.2 | 38.4 | 86.23 | - |
| YUV | 164.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 238 | 0.42 | 0.31 | 0 | 0.07 | 223.37 | 0.75 | 0.74 |
| Hex | 89 | A5 | EE | 2A | 1F | 0 | 7 | DF | 4B | 4A |
| Octal | 211 | 245 | 356 | 52 | 37 | 0 | 7 | 337 | 113 | 112 |
| Binary | 10001001 | 10100101 | 11101110 | 101010 | 11111 | 0 | 111 | 11011111 | 1001011 | 1001010 |
Color Harmonies of #89A5EE
Complementary color
Monochromatic Colors of #89A5EE
Black with #89A5EE
Text Example
Text Example
White with #89A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A5EE; }
p { color: rgb(137,165,238); }
H1.HeaderClassName
{
color: #89A5EE;
}
.AnyTagClassName
{
color: #89A5EE;
}
</style>
background-color css
<style>
a { background-color: #89A5EE; }
a { background-color: rgb(137,165,238); }
div.DivClassName
{
background-color: #89A5EE;
}
.BgClassName
{
background-color: #89A5EE;
}
</style>
border-color css
<style>
span { border-color: #89A5EE; }
span { border-color: rgb(137,165,238); }
td.TdClassName
{
border-color: #89A5EE;
}
.TagClassName
{
border-color: #89A5EE;
}
</style>