Shades of Jordy Blue #89AFDF
Tints of Jordy Blue #89AFDF
RGB
CMYK
RGB Variations
Color information
#89AFDF (or 0x89AFDF) is known color: Jordy Blue. HEX triplet: 89, AF and DF. RGB value is (137,175,223). Sum of RGB (Red+Green+Blue) = 137+175+223=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #89AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFDF is #765020. Grayscale: #A8A8A8. Windows color (decimal): -7753761 or 14659465. OLE color: 14659465.
HSL color Cylindrical-coordinate representation of color #89AFDF: hue angle of 213.49º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89AFDF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 175 | 223 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.13 |
| HSL | 213.49º | 0.57% | 0.71% | - |
| HSV(B) | 213.49º | 0.39% | 0.87% | - |
| XYZ | 38.97 | 41.31 | 75.73 | - |
| YUV | 169.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 223 | 0.39 | 0.22 | 0 | 0.13 | 213.49 | 0.57 | 0.71 |
| Hex | 89 | AF | DF | 27 | 16 | 0 | D | D5 | 39 | 47 |
| Octal | 211 | 257 | 337 | 47 | 26 | 0 | 15 | 325 | 71 | 107 |
| Binary | 10001001 | 10101111 | 11011111 | 100111 | 10110 | 0 | 1101 | 11010101 | 111001 | 1000111 |
Color Harmonies of #89AFDF
Complementary color
Monochromatic Colors of #89AFDF
Black with #89AFDF
Text Example
Text Example
White with #89AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFDF; }
p { color: rgb(137,175,223); }
H1.HeaderClassName
{
color: #89AFDF;
}
.AnyTagClassName
{
color: #89AFDF;
}
</style>
background-color css
<style>
a { background-color: #89AFDF; }
a { background-color: rgb(137,175,223); }
div.DivClassName
{
background-color: #89AFDF;
}
.BgClassName
{
background-color: #89AFDF;
}
</style>
border-color css
<style>
span { border-color: #89AFDF; }
span { border-color: rgb(137,175,223); }
td.TdClassName
{
border-color: #89AFDF;
}
.TagClassName
{
border-color: #89AFDF;
}
</style>