Shades of Jordy Blue #89B9E0
Tints of Jordy Blue #89B9E0
RGB
CMYK
RGB Variations
Color information
#89B9E0 (or 0x89B9E0) is known color: Jordy Blue. HEX triplet: 89, B9 and E0. RGB value is (137,185,224). Sum of RGB (Red+Green+Blue) = 137+185+224=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #89B9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9E0 is #76461F. Grayscale: #AEAEAE. Windows color (decimal): -7751200 or 14727561. OLE color: 14727561.
HSL color Cylindrical-coordinate representation of color #89B9E0: hue angle of 206.9º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89B9E0 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 185 | 224 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.12 |
| HSL | 206.9º | 0.58% | 0.71% | - |
| HSV(B) | 206.9º | 0.39% | 0.88% | - |
| XYZ | 41.12 | 45.4 | 77.12 | - |
| YUV | 175.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 224 | 0.39 | 0.17 | 0 | 0.12 | 206.9 | 0.58 | 0.71 |
| Hex | 89 | B9 | E0 | 27 | 11 | 0 | C | CF | 3A | 47 |
| Octal | 211 | 271 | 340 | 47 | 21 | 0 | 14 | 317 | 72 | 107 |
| Binary | 10001001 | 10111001 | 11100000 | 100111 | 10001 | 0 | 1100 | 11001111 | 111010 | 1000111 |
Color Harmonies of #89B9E0
Complementary color
Monochromatic Colors of #89B9E0
Black with #89B9E0
Text Example
Text Example
White with #89B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B9E0; }
p { color: rgb(137,185,224); }
H1.HeaderClassName
{
color: #89B9E0;
}
.AnyTagClassName
{
color: #89B9E0;
}
</style>
background-color css
<style>
a { background-color: #89B9E0; }
a { background-color: rgb(137,185,224); }
div.DivClassName
{
background-color: #89B9E0;
}
.BgClassName
{
background-color: #89B9E0;
}
</style>
border-color css
<style>
span { border-color: #89B9E0; }
span { border-color: rgb(137,185,224); }
td.TdClassName
{
border-color: #89B9E0;
}
.TagClassName
{
border-color: #89B9E0;
}
</style>