Shades of Jordy Blue #89A6EE
Tints of Jordy Blue #89A6EE
RGB
CMYK
RGB Variations
Color information
#89A6EE (or 0x89A6EE) is known color: Jordy Blue. HEX triplet: 89, A6 and EE. RGB value is (137,166,238). Sum of RGB (Red+Green+Blue) = 137+166+238=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #89A6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A6EE is #765911. Grayscale: #A5A5A5. Windows color (decimal): -7756050 or 15640201. OLE color: 15640201.
HSL color Cylindrical-coordinate representation of color #89A6EE: hue angle of 222.77º 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 #89A6EE is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 166 | 238 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.07 |
| HSL | 222.77º | 0.75% | 0.74% | - |
| HSV(B) | 222.77º | 0.42% | 0.93% | - |
| XYZ | 39.39 | 38.76 | 86.3 | - |
| YUV | 165.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 238 | 0.42 | 0.30 | 0 | 0.07 | 222.77 | 0.75 | 0.74 |
| Hex | 89 | A6 | EE | 2A | 1E | 0 | 7 | DF | 4B | 4A |
| Octal | 211 | 246 | 356 | 52 | 36 | 0 | 7 | 337 | 113 | 112 |
| Binary | 10001001 | 10100110 | 11101110 | 101010 | 11110 | 0 | 111 | 11011111 | 1001011 | 1001010 |
Color Harmonies of #89A6EE
Complementary color
Monochromatic Colors of #89A6EE
Black with #89A6EE
Text Example
Text Example
White with #89A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6EE; }
p { color: rgb(137,166,238); }
H1.HeaderClassName
{
color: #89A6EE;
}
.AnyTagClassName
{
color: #89A6EE;
}
</style>
background-color css
<style>
a { background-color: #89A6EE; }
a { background-color: rgb(137,166,238); }
div.DivClassName
{
background-color: #89A6EE;
}
.BgClassName
{
background-color: #89A6EE;
}
</style>
border-color css
<style>
span { border-color: #89A6EE; }
span { border-color: rgb(137,166,238); }
td.TdClassName
{
border-color: #89A6EE;
}
.TagClassName
{
border-color: #89A6EE;
}
</style>