Shades of Jordy Blue #89BAE5
Tints of Jordy Blue #89BAE5
RGB
CMYK
RGB Variations
Color information
#89BAE5 (or 0x89BAE5) is known color: Jordy Blue. HEX triplet: 89, BA and E5. RGB value is (137,186,229). Sum of RGB (Red+Green+Blue) = 137+186+229=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #89BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAE5 is #76451A. Grayscale: #B0B0B0. Windows color (decimal): -7750939 or 15055497. OLE color: 15055497.
HSL color Cylindrical-coordinate representation of color #89BAE5: hue angle of 208.04º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89BAE5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 186 | 229 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.10 |
| HSL | 208.04º | 0.64% | 0.72% | - |
| HSV(B) | 208.04º | 0.4% | 0.9% | - |
| XYZ | 42.02 | 46.09 | 80.81 | - |
| YUV | 176.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 229 | 0.40 | 0.19 | 0 | 0.10 | 208.04 | 0.64 | 0.72 |
| Hex | 89 | BA | E5 | 28 | 13 | 0 | A | D0 | 40 | 48 |
| Octal | 211 | 272 | 345 | 50 | 23 | 0 | 12 | 320 | 100 | 110 |
| Binary | 10001001 | 10111010 | 11100101 | 101000 | 10011 | 0 | 1010 | 11010000 | 1000000 | 1001000 |
Color Harmonies of #89BAE5
Complementary color
Monochromatic Colors of #89BAE5
Black with #89BAE5
Text Example
Text Example
White with #89BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BAE5; }
p { color: rgb(137,186,229); }
H1.HeaderClassName
{
color: #89BAE5;
}
.AnyTagClassName
{
color: #89BAE5;
}
</style>
background-color css
<style>
a { background-color: #89BAE5; }
a { background-color: rgb(137,186,229); }
div.DivClassName
{
background-color: #89BAE5;
}
.BgClassName
{
background-color: #89BAE5;
}
</style>
border-color css
<style>
span { border-color: #89BAE5; }
span { border-color: rgb(137,186,229); }
td.TdClassName
{
border-color: #89BAE5;
}
.TagClassName
{
border-color: #89BAE5;
}
</style>