Shades of Jordy Blue #89B3EF
Tints of Jordy Blue #89B3EF
RGB
CMYK
RGB Variations
Color information
#89B3EF (or 0x89B3EF) is known color: Jordy Blue. HEX triplet: 89, B3 and EF. RGB value is (137,179,239). Sum of RGB (Red+Green+Blue) = 137+179+239=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #89B3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B3EF is #764C10. Grayscale: #ADADAD. Windows color (decimal): -7752721 or 15709065. OLE color: 15709065.
HSL color Cylindrical-coordinate representation of color #89B3EF: hue angle of 215.29º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89B3EF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 179 | 239 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.06 |
| HSL | 215.29º | 0.76% | 0.74% | - |
| HSV(B) | 215.29º | 0.43% | 0.94% | - |
| XYZ | 42.02 | 43.79 | 87.9 | - |
| YUV | 173.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 239 | 0.43 | 0.25 | 0 | 0.06 | 215.29 | 0.76 | 0.74 |
| Hex | 89 | B3 | EF | 2B | 19 | 0 | 6 | D7 | 4C | 4A |
| Octal | 211 | 263 | 357 | 53 | 31 | 0 | 6 | 327 | 114 | 112 |
| Binary | 10001001 | 10110011 | 11101111 | 101011 | 11001 | 0 | 110 | 11010111 | 1001100 | 1001010 |
Color Harmonies of #89B3EF
Complementary color
Monochromatic Colors of #89B3EF
Black with #89B3EF
Text Example
Text Example
White with #89B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B3EF; }
p { color: rgb(137,179,239); }
H1.HeaderClassName
{
color: #89B3EF;
}
.AnyTagClassName
{
color: #89B3EF;
}
</style>
background-color css
<style>
a { background-color: #89B3EF; }
a { background-color: rgb(137,179,239); }
div.DivClassName
{
background-color: #89B3EF;
}
.BgClassName
{
background-color: #89B3EF;
}
</style>
border-color css
<style>
span { border-color: #89B3EF; }
span { border-color: rgb(137,179,239); }
td.TdClassName
{
border-color: #89B3EF;
}
.TagClassName
{
border-color: #89B3EF;
}
</style>