Shades of Jordy Blue #89AEFF
Tints of Jordy Blue #89AEFF
RGB
CMYK
RGB Variations
Color information
#89AEFF (or 0x89AEFF) is known color: Jordy Blue. HEX triplet: 89, AE and FF. RGB value is (137,174,255). Sum of RGB (Red+Green+Blue) = 137+174+255=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #89AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AEFF is #765100. Grayscale: #ABABAB. Windows color (decimal): -7753985 or 16756361. OLE color: 16756361.
HSL color Cylindrical-coordinate representation of color #89AEFF: hue angle of 221.19º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89AEFF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 174 | 255 | - |
| CMYK | 0.46 | 0.32 | 0 | 0 |
| HSL | 221.19º | 1% | 0.77% | - |
| HSV(B) | 221.19º | 0.46% | 1% | - |
| XYZ | 43.5 | 42.81 | 100.58 | - |
| YUV | 172.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 255 | 0.46 | 0.32 | 0 | 0 | 221.19 | 1 | 0.77 |
| Hex | 89 | AE | FF | 2E | 20 | 0 | 0 | DD | 64 | 4D |
| Octal | 211 | 256 | 377 | 56 | 40 | 0 | 0 | 335 | 144 | 115 |
| Binary | 10001001 | 10101110 | 11111111 | 101110 | 100000 | 0 | 0 | 11011101 | 1100100 | 1001101 |
Color Harmonies of #89AEFF
Complementary color
Monochromatic Colors of #89AEFF
Black with #89AEFF
Text Example
Text Example
White with #89AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEFF; }
p { color: rgb(137,174,255); }
H1.HeaderClassName
{
color: #89AEFF;
}
.AnyTagClassName
{
color: #89AEFF;
}
</style>
background-color css
<style>
a { background-color: #89AEFF; }
a { background-color: rgb(137,174,255); }
div.DivClassName
{
background-color: #89AEFF;
}
.BgClassName
{
background-color: #89AEFF;
}
</style>
border-color css
<style>
span { border-color: #89AEFF; }
span { border-color: rgb(137,174,255); }
td.TdClassName
{
border-color: #89AEFF;
}
.TagClassName
{
border-color: #89AEFF;
}
</style>