Shades of Jordy Blue #89AFDD
Tints of Jordy Blue #89AFDD
RGB
CMYK
RGB Variations
Color information
#89AFDD (or 0x89AFDD) is known color: Jordy Blue. HEX triplet: 89, AF and DD. RGB value is (137,175,221). Sum of RGB (Red+Green+Blue) = 137+175+221=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #89AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFDD is #765022. Grayscale: #A8A8A8. Windows color (decimal): -7753763 or 14528393. OLE color: 14528393.
HSL color Cylindrical-coordinate representation of color #89AFDD: hue angle of 212.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 #89AFDD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 175 | 221 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.13 |
| HSL | 212.86º | 0.55% | 0.7% | - |
| HSV(B) | 212.86º | 0.38% | 0.87% | - |
| XYZ | 38.7 | 41.2 | 74.32 | - |
| YUV | 168.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 221 | 0.38 | 0.21 | 0 | 0.13 | 212.86 | 0.55 | 0.7 |
| Hex | 89 | AF | DD | 26 | 15 | 0 | D | D5 | 37 | 46 |
| Octal | 211 | 257 | 335 | 46 | 25 | 0 | 15 | 325 | 67 | 106 |
| Binary | 10001001 | 10101111 | 11011101 | 100110 | 10101 | 0 | 1101 | 11010101 | 110111 | 1000110 |
Color Harmonies of #89AFDD
Complementary color
Monochromatic Colors of #89AFDD
Black with #89AFDD
Text Example
Text Example
White with #89AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFDD; }
p { color: rgb(137,175,221); }
H1.HeaderClassName
{
color: #89AFDD;
}
.AnyTagClassName
{
color: #89AFDD;
}
</style>
background-color css
<style>
a { background-color: #89AFDD; }
a { background-color: rgb(137,175,221); }
div.DivClassName
{
background-color: #89AFDD;
}
.BgClassName
{
background-color: #89AFDD;
}
</style>
border-color css
<style>
span { border-color: #89AFDD; }
span { border-color: rgb(137,175,221); }
td.TdClassName
{
border-color: #89AFDD;
}
.TagClassName
{
border-color: #89AFDD;
}
</style>