Shades of Jordy Blue #89B0DB
Tints of Jordy Blue #89B0DB
RGB
CMYK
RGB Variations
Color information
#89B0DB (or 0x89B0DB) is known color: Jordy Blue. HEX triplet: 89, B0 and DB. RGB value is (137,176,219). Sum of RGB (Red+Green+Blue) = 137+176+219=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #89B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0DB is #764F24. Grayscale: #A9A9A9. Windows color (decimal): -7753509 or 14397577. OLE color: 14397577.
HSL color Cylindrical-coordinate representation of color #89B0DB: hue angle of 211.46º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89B0DB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 176 | 219 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.14 |
| HSL | 211.46º | 0.53% | 0.7% | - |
| HSV(B) | 211.46º | 0.37% | 0.86% | - |
| XYZ | 38.63 | 41.48 | 72.99 | - |
| YUV | 169.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 219 | 0.37 | 0.20 | 0 | 0.14 | 211.46 | 0.53 | 0.7 |
| Hex | 89 | B0 | DB | 25 | 14 | 0 | E | D3 | 35 | 46 |
| Octal | 211 | 260 | 333 | 45 | 24 | 0 | 16 | 323 | 65 | 106 |
| Binary | 10001001 | 10110000 | 11011011 | 100101 | 10100 | 0 | 1110 | 11010011 | 110101 | 1000110 |
Color Harmonies of #89B0DB
Complementary color
Monochromatic Colors of #89B0DB
Black with #89B0DB
Text Example
Text Example
White with #89B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0DB; }
p { color: rgb(137,176,219); }
H1.HeaderClassName
{
color: #89B0DB;
}
.AnyTagClassName
{
color: #89B0DB;
}
</style>
background-color css
<style>
a { background-color: #89B0DB; }
a { background-color: rgb(137,176,219); }
div.DivClassName
{
background-color: #89B0DB;
}
.BgClassName
{
background-color: #89B0DB;
}
</style>
border-color css
<style>
span { border-color: #89B0DB; }
span { border-color: rgb(137,176,219); }
td.TdClassName
{
border-color: #89B0DB;
}
.TagClassName
{
border-color: #89B0DB;
}
</style>