Shades of Jordy Blue #89B7DC
Tints of Jordy Blue #89B7DC
RGB
CMYK
RGB Variations
Color information
#89B7DC (or 0x89B7DC) is known color: Jordy Blue. HEX triplet: 89, B7 and DC. RGB value is (137,183,220). Sum of RGB (Red+Green+Blue) = 137+183+220=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7DC is #764823. Grayscale: #ADADAD. Windows color (decimal): -7751716 or 14464905. OLE color: 14464905.
HSL color Cylindrical-coordinate representation of color #89B7DC: hue angle of 206.75º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89B7DC is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 183 | 220 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.14 |
| HSL | 206.75º | 0.54% | 0.7% | - |
| HSV(B) | 206.75º | 0.38% | 0.86% | - |
| XYZ | 40.17 | 44.35 | 74.15 | - |
| YUV | 173.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 220 | 0.38 | 0.17 | 0 | 0.14 | 206.75 | 0.54 | 0.7 |
| Hex | 89 | B7 | DC | 26 | 11 | 0 | E | CF | 36 | 46 |
| Octal | 211 | 267 | 334 | 46 | 21 | 0 | 16 | 317 | 66 | 106 |
| Binary | 10001001 | 10110111 | 11011100 | 100110 | 10001 | 0 | 1110 | 11001111 | 110110 | 1000110 |
Color Harmonies of #89B7DC
Complementary color
Monochromatic Colors of #89B7DC
Black with #89B7DC
Text Example
Text Example
White with #89B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7DC; }
p { color: rgb(137,183,220); }
H1.HeaderClassName
{
color: #89B7DC;
}
.AnyTagClassName
{
color: #89B7DC;
}
</style>
background-color css
<style>
a { background-color: #89B7DC; }
a { background-color: rgb(137,183,220); }
div.DivClassName
{
background-color: #89B7DC;
}
.BgClassName
{
background-color: #89B7DC;
}
</style>
border-color css
<style>
span { border-color: #89B7DC; }
span { border-color: rgb(137,183,220); }
td.TdClassName
{
border-color: #89B7DC;
}
.TagClassName
{
border-color: #89B7DC;
}
</style>