Shades of Jordy Blue #89B9E5
Tints of Jordy Blue #89B9E5
RGB
CMYK
RGB Variations
Color information
#89B9E5 (or 0x89B9E5) is known color: Jordy Blue. HEX triplet: 89, B9 and E5. RGB value is (137,185,229). Sum of RGB (Red+Green+Blue) = 137+185+229=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #89B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9E5 is #76461A. Grayscale: #AFAFAF. Windows color (decimal): -7751195 or 15055241. OLE color: 15055241.
HSL color Cylindrical-coordinate representation of color #89B9E5: hue angle of 208.7º 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 #89B9E5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 185 | 229 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.10 |
| HSL | 208.7º | 0.64% | 0.72% | - |
| HSV(B) | 208.7º | 0.4% | 0.9% | - |
| XYZ | 41.81 | 45.67 | 80.74 | - |
| YUV | 175.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 229 | 0.40 | 0.19 | 0 | 0.10 | 208.7 | 0.64 | 0.72 |
| Hex | 89 | B9 | E5 | 28 | 13 | 0 | A | D1 | 40 | 48 |
| Octal | 211 | 271 | 345 | 50 | 23 | 0 | 12 | 321 | 100 | 110 |
| Binary | 10001001 | 10111001 | 11100101 | 101000 | 10011 | 0 | 1010 | 11010001 | 1000000 | 1001000 |
Color Harmonies of #89B9E5
Complementary color
Monochromatic Colors of #89B9E5
Black with #89B9E5
Text Example
Text Example
White with #89B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B9E5; }
p { color: rgb(137,185,229); }
H1.HeaderClassName
{
color: #89B9E5;
}
.AnyTagClassName
{
color: #89B9E5;
}
</style>
background-color css
<style>
a { background-color: #89B9E5; }
a { background-color: rgb(137,185,229); }
div.DivClassName
{
background-color: #89B9E5;
}
.BgClassName
{
background-color: #89B9E5;
}
</style>
border-color css
<style>
span { border-color: #89B9E5; }
span { border-color: rgb(137,185,229); }
td.TdClassName
{
border-color: #89B9E5;
}
.TagClassName
{
border-color: #89B9E5;
}
</style>