Shades of Jordy Blue #89B8ED
Tints of Jordy Blue #89B8ED
RGB
CMYK
RGB Variations
Color information
#89B8ED (or 0x89B8ED) is known color: Jordy Blue. HEX triplet: 89, B8 and ED. RGB value is (137,184,237). Sum of RGB (Red+Green+Blue) = 137+184+237=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #89B8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B8ED is #764712. Grayscale: #AFAFAF. Windows color (decimal): -7751443 or 15579273. OLE color: 15579273.
HSL color Cylindrical-coordinate representation of color #89B8ED: hue angle of 211.8º degrees, saturation: 0.74, 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 #89B8ED is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 184 | 237 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.07 |
| HSL | 211.8º | 0.74% | 0.73% | - |
| HSV(B) | 211.8º | 0.42% | 0.93% | - |
| XYZ | 42.74 | 45.71 | 86.69 | - |
| YUV | 175.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 184 | 237 | 0.42 | 0.22 | 0 | 0.07 | 211.8 | 0.74 | 0.73 |
| Hex | 89 | B8 | ED | 2A | 16 | 0 | 7 | D4 | 4A | 49 |
| Octal | 211 | 270 | 355 | 52 | 26 | 0 | 7 | 324 | 112 | 111 |
| Binary | 10001001 | 10111000 | 11101101 | 101010 | 10110 | 0 | 111 | 11010100 | 1001010 | 1001001 |
Color Harmonies of #89B8ED
Complementary color
Monochromatic Colors of #89B8ED
Black with #89B8ED
Text Example
Text Example
White with #89B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B8ED; }
p { color: rgb(137,184,237); }
H1.HeaderClassName
{
color: #89B8ED;
}
.AnyTagClassName
{
color: #89B8ED;
}
</style>
background-color css
<style>
a { background-color: #89B8ED; }
a { background-color: rgb(137,184,237); }
div.DivClassName
{
background-color: #89B8ED;
}
.BgClassName
{
background-color: #89B8ED;
}
</style>
border-color css
<style>
span { border-color: #89B8ED; }
span { border-color: rgb(137,184,237); }
td.TdClassName
{
border-color: #89B8ED;
}
.TagClassName
{
border-color: #89B8ED;
}
</style>