Shades of Jordy Blue #89B2EC
Tints of Jordy Blue #89B2EC
RGB
CMYK
RGB Variations
Color information
#89B2EC (or 0x89B2EC) is known color: Jordy Blue. HEX triplet: 89, B2 and EC. RGB value is (137,178,236). Sum of RGB (Red+Green+Blue) = 137+178+236=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #89B2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B2EC is #764D13. Grayscale: #ACACAC. Windows color (decimal): -7752980 or 15512201. OLE color: 15512201.
HSL color Cylindrical-coordinate representation of color #89B2EC: hue angle of 215.15º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89B2EC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 178 | 236 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.07 |
| HSL | 215.15º | 0.72% | 0.73% | - |
| HSV(B) | 215.15º | 0.42% | 0.93% | - |
| XYZ | 41.38 | 43.22 | 85.52 | - |
| YUV | 172.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 236 | 0.42 | 0.25 | 0 | 0.07 | 215.15 | 0.72 | 0.73 |
| Hex | 89 | B2 | EC | 2A | 19 | 0 | 7 | D7 | 48 | 49 |
| Octal | 211 | 262 | 354 | 52 | 31 | 0 | 7 | 327 | 110 | 111 |
| Binary | 10001001 | 10110010 | 11101100 | 101010 | 11001 | 0 | 111 | 11010111 | 1001000 | 1001001 |
Color Harmonies of #89B2EC
Complementary color
Monochromatic Colors of #89B2EC
Black with #89B2EC
Text Example
Text Example
White with #89B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2EC; }
p { color: rgb(137,178,236); }
H1.HeaderClassName
{
color: #89B2EC;
}
.AnyTagClassName
{
color: #89B2EC;
}
</style>
background-color css
<style>
a { background-color: #89B2EC; }
a { background-color: rgb(137,178,236); }
div.DivClassName
{
background-color: #89B2EC;
}
.BgClassName
{
background-color: #89B2EC;
}
</style>
border-color css
<style>
span { border-color: #89B2EC; }
span { border-color: rgb(137,178,236); }
td.TdClassName
{
border-color: #89B2EC;
}
.TagClassName
{
border-color: #89B2EC;
}
</style>