Shades of Jordy Blue #89AFDB
Tints of Jordy Blue #89AFDB
RGB
CMYK
RGB Variations
Color information
#89AFDB (or 0x89AFDB) is known color: Jordy Blue. HEX triplet: 89, AF and DB. RGB value is (137,175,219). Sum of RGB (Red+Green+Blue) = 137+175+219=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #89AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFDB is #765024. Grayscale: #A8A8A8. Windows color (decimal): -7753765 or 14397321. OLE color: 14397321.
HSL color Cylindrical-coordinate representation of color #89AFDB: hue angle of 212.2º 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 #89AFDB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 175 | 219 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.14 |
| HSL | 212.2º | 0.53% | 0.7% | - |
| HSV(B) | 212.2º | 0.37% | 0.86% | - |
| XYZ | 38.43 | 41.09 | 72.92 | - |
| YUV | 168.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 219 | 0.37 | 0.20 | 0 | 0.14 | 212.2 | 0.53 | 0.7 |
| Hex | 89 | AF | DB | 25 | 14 | 0 | E | D4 | 35 | 46 |
| Octal | 211 | 257 | 333 | 45 | 24 | 0 | 16 | 324 | 65 | 106 |
| Binary | 10001001 | 10101111 | 11011011 | 100101 | 10100 | 0 | 1110 | 11010100 | 110101 | 1000110 |
Color Harmonies of #89AFDB
Complementary color
Monochromatic Colors of #89AFDB
Black with #89AFDB
Text Example
Text Example
White with #89AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFDB; }
p { color: rgb(137,175,219); }
H1.HeaderClassName
{
color: #89AFDB;
}
.AnyTagClassName
{
color: #89AFDB;
}
</style>
background-color css
<style>
a { background-color: #89AFDB; }
a { background-color: rgb(137,175,219); }
div.DivClassName
{
background-color: #89AFDB;
}
.BgClassName
{
background-color: #89AFDB;
}
</style>
border-color css
<style>
span { border-color: #89AFDB; }
span { border-color: rgb(137,175,219); }
td.TdClassName
{
border-color: #89AFDB;
}
.TagClassName
{
border-color: #89AFDB;
}
</style>