Shades of Jordy Blue #89ACE4
Tints of Jordy Blue #89ACE4
RGB
CMYK
RGB Variations
Color information
#89ACE4 (or 0x89ACE4) is known color: Jordy Blue. HEX triplet: 89, AC and E4. RGB value is (137,172,228). Sum of RGB (Red+Green+Blue) = 137+172+228=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #89ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACE4 is #76531B. Grayscale: #A7A7A7. Windows color (decimal): -7754524 or 14986377. OLE color: 14986377.
HSL color Cylindrical-coordinate representation of color #89ACE4: hue angle of 216.92º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89ACE4 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 172 | 228 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.11 |
| HSL | 216.92º | 0.63% | 0.72% | - |
| HSV(B) | 216.92º | 0.4% | 0.89% | - |
| XYZ | 39.07 | 40.42 | 79.14 | - |
| YUV | 167.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 228 | 0.40 | 0.25 | 0 | 0.11 | 216.92 | 0.63 | 0.72 |
| Hex | 89 | AC | E4 | 28 | 19 | 0 | B | D9 | 3F | 48 |
| Octal | 211 | 254 | 344 | 50 | 31 | 0 | 13 | 331 | 77 | 110 |
| Binary | 10001001 | 10101100 | 11100100 | 101000 | 11001 | 0 | 1011 | 11011001 | 111111 | 1001000 |
Color Harmonies of #89ACE4
Complementary color
Monochromatic Colors of #89ACE4
Black with #89ACE4
Text Example
Text Example
White with #89ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACE4; }
p { color: rgb(137,172,228); }
H1.HeaderClassName
{
color: #89ACE4;
}
.AnyTagClassName
{
color: #89ACE4;
}
</style>
background-color css
<style>
a { background-color: #89ACE4; }
a { background-color: rgb(137,172,228); }
div.DivClassName
{
background-color: #89ACE4;
}
.BgClassName
{
background-color: #89ACE4;
}
</style>
border-color css
<style>
span { border-color: #89ACE4; }
span { border-color: rgb(137,172,228); }
td.TdClassName
{
border-color: #89ACE4;
}
.TagClassName
{
border-color: #89ACE4;
}
</style>