Shades of Jordy Blue #89ADE4
Tints of Jordy Blue #89ADE4
RGB
CMYK
RGB Variations
Color information
#89ADE4 (or 0x89ADE4) is known color: Jordy Blue. HEX triplet: 89, AD and E4. RGB value is (137,173,228). Sum of RGB (Red+Green+Blue) = 137+173+228=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #89ADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADE4 is #76521B. Grayscale: #A8A8A8. Windows color (decimal): -7754268 or 14986633. OLE color: 14986633.
HSL color Cylindrical-coordinate representation of color #89ADE4: hue angle of 216.26º 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 #89ADE4 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 173 | 228 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.11 |
| HSL | 216.26º | 0.63% | 0.72% | - |
| HSV(B) | 216.26º | 0.4% | 0.89% | - |
| XYZ | 39.26 | 40.81 | 79.21 | - |
| YUV | 168.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 228 | 0.40 | 0.24 | 0 | 0.11 | 216.26 | 0.63 | 0.72 |
| Hex | 89 | AD | E4 | 28 | 18 | 0 | B | D8 | 3F | 48 |
| Octal | 211 | 255 | 344 | 50 | 30 | 0 | 13 | 330 | 77 | 110 |
| Binary | 10001001 | 10101101 | 11100100 | 101000 | 11000 | 0 | 1011 | 11011000 | 111111 | 1001000 |
Color Harmonies of #89ADE4
Complementary color
Monochromatic Colors of #89ADE4
Black with #89ADE4
Text Example
Text Example
White with #89ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADE4; }
p { color: rgb(137,173,228); }
H1.HeaderClassName
{
color: #89ADE4;
}
.AnyTagClassName
{
color: #89ADE4;
}
</style>
background-color css
<style>
a { background-color: #89ADE4; }
a { background-color: rgb(137,173,228); }
div.DivClassName
{
background-color: #89ADE4;
}
.BgClassName
{
background-color: #89ADE4;
}
</style>
border-color css
<style>
span { border-color: #89ADE4; }
span { border-color: rgb(137,173,228); }
td.TdClassName
{
border-color: #89ADE4;
}
.TagClassName
{
border-color: #89ADE4;
}
</style>