Shades of Jordy Blue #89A6E4
Tints of Jordy Blue #89A6E4
RGB
CMYK
RGB Variations
Color information
#89A6E4 (or 0x89A6E4) is known color: Jordy Blue. HEX triplet: 89, A6 and E4. RGB value is (137,166,228). Sum of RGB (Red+Green+Blue) = 137+166+228=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #89A6E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6E4 is #76591B. Grayscale: #A4A4A4. Windows color (decimal): -7756060 or 14984841. OLE color: 14984841.
HSL color Cylindrical-coordinate representation of color #89A6E4: hue angle of 220.88º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89A6E4 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 166 | 228 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.11 |
| HSL | 220.88º | 0.63% | 0.72% | - |
| HSV(B) | 220.88º | 0.4% | 0.89% | - |
| XYZ | 37.96 | 38.19 | 78.77 | - |
| YUV | 164.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 228 | 0.40 | 0.27 | 0 | 0.11 | 220.88 | 0.63 | 0.72 |
| Hex | 89 | A6 | E4 | 28 | 1B | 0 | B | DD | 3F | 48 |
| Octal | 211 | 246 | 344 | 50 | 33 | 0 | 13 | 335 | 77 | 110 |
| Binary | 10001001 | 10100110 | 11100100 | 101000 | 11011 | 0 | 1011 | 11011101 | 111111 | 1001000 |
Color Harmonies of #89A6E4
Complementary color
Monochromatic Colors of #89A6E4
Black with #89A6E4
Text Example
Text Example
White with #89A6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6E4; }
p { color: rgb(137,166,228); }
H1.HeaderClassName
{
color: #89A6E4;
}
.AnyTagClassName
{
color: #89A6E4;
}
</style>
background-color css
<style>
a { background-color: #89A6E4; }
a { background-color: rgb(137,166,228); }
div.DivClassName
{
background-color: #89A6E4;
}
.BgClassName
{
background-color: #89A6E4;
}
</style>
border-color css
<style>
span { border-color: #89A6E4; }
span { border-color: rgb(137,166,228); }
td.TdClassName
{
border-color: #89A6E4;
}
.TagClassName
{
border-color: #89A6E4;
}
</style>