Shades of Jordy Blue #89A8DD
Tints of Jordy Blue #89A8DD
RGB
CMYK
RGB Variations
Color information
#89A8DD (or 0x89A8DD) is known color: Jordy Blue. HEX triplet: 89, A8 and DD. RGB value is (137,168,221). Sum of RGB (Red+Green+Blue) = 137+168+221=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8DD is #765722. Grayscale: #A4A4A4. Windows color (decimal): -7755555 or 14526601. OLE color: 14526601.
HSL color Cylindrical-coordinate representation of color #89A8DD: hue angle of 217.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A8DD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 168 | 221 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.13 |
| HSL | 217.86º | 0.55% | 0.7% | - |
| HSV(B) | 217.86º | 0.38% | 0.87% | - |
| XYZ | 37.37 | 38.54 | 73.88 | - |
| YUV | 164.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 221 | 0.38 | 0.24 | 0 | 0.13 | 217.86 | 0.55 | 0.7 |
| Hex | 89 | A8 | DD | 26 | 18 | 0 | D | DA | 37 | 46 |
| Octal | 211 | 250 | 335 | 46 | 30 | 0 | 15 | 332 | 67 | 106 |
| Binary | 10001001 | 10101000 | 11011101 | 100110 | 11000 | 0 | 1101 | 11011010 | 110111 | 1000110 |
Color Harmonies of #89A8DD
Complementary color
Monochromatic Colors of #89A8DD
Black with #89A8DD
Text Example
Text Example
White with #89A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8DD; }
p { color: rgb(137,168,221); }
H1.HeaderClassName
{
color: #89A8DD;
}
.AnyTagClassName
{
color: #89A8DD;
}
</style>
background-color css
<style>
a { background-color: #89A8DD; }
a { background-color: rgb(137,168,221); }
div.DivClassName
{
background-color: #89A8DD;
}
.BgClassName
{
background-color: #89A8DD;
}
</style>
border-color css
<style>
span { border-color: #89A8DD; }
span { border-color: rgb(137,168,221); }
td.TdClassName
{
border-color: #89A8DD;
}
.TagClassName
{
border-color: #89A8DD;
}
</style>