Shades of Jordy Blue #89A4FE
Tints of Jordy Blue #89A4FE
RGB
CMYK
RGB Variations
Color information
#89A4FE (or 0x89A4FE) is known color: Jordy Blue. HEX triplet: 89, A4 and FE. RGB value is (137,164,254). Sum of RGB (Red+Green+Blue) = 137+164+254=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A4FE is #765B01. Grayscale: #A5A5A5. Windows color (decimal): -7756546 or 16688265. OLE color: 16688265.
HSL color Cylindrical-coordinate representation of color #89A4FE: hue angle of 226.15º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89A4FE is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 164 | 254 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.00 |
| HSL | 226.15º | 0.98% | 0.77% | - |
| HSV(B) | 226.15º | 0.46% | 1% | - |
| XYZ | 41.48 | 39.03 | 99.11 | - |
| YUV | 166.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 254 | 0.46 | 0.35 | 0 | 0.00 | 226.15 | 0.98 | 0.77 |
| Hex | 89 | A4 | FE | 2E | 23 | 0 | 0 | E2 | 62 | 4D |
| Octal | 211 | 244 | 376 | 56 | 43 | 0 | 0 | 342 | 142 | 115 |
| Binary | 10001001 | 10100100 | 11111110 | 101110 | 100011 | 0 | 0 | 11100010 | 1100010 | 1001101 |
Color Harmonies of #89A4FE
Complementary color
Monochromatic Colors of #89A4FE
Black with #89A4FE
Text Example
Text Example
White with #89A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A4FE; }
p { color: rgb(137,164,254); }
H1.HeaderClassName
{
color: #89A4FE;
}
.AnyTagClassName
{
color: #89A4FE;
}
</style>
background-color css
<style>
a { background-color: #89A4FE; }
a { background-color: rgb(137,164,254); }
div.DivClassName
{
background-color: #89A4FE;
}
.BgClassName
{
background-color: #89A4FE;
}
</style>
border-color css
<style>
span { border-color: #89A4FE; }
span { border-color: rgb(137,164,254); }
td.TdClassName
{
border-color: #89A4FE;
}
.TagClassName
{
border-color: #89A4FE;
}
</style>