Shades of Jordy Blue #89ADE2
Tints of Jordy Blue #89ADE2
RGB
CMYK
RGB Variations
Color information
#89ADE2 (or 0x89ADE2) is known color: Jordy Blue. HEX triplet: 89, AD and E2. RGB value is (137,173,226). Sum of RGB (Red+Green+Blue) = 137+173+226=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #89ADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADE2 is #76521D. Grayscale: #A8A8A8. Windows color (decimal): -7754270 or 14855561. OLE color: 14855561.
HSL color Cylindrical-coordinate representation of color #89ADE2: hue angle of 215.73º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89ADE2 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 173 | 226 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.11 |
| HSL | 215.73º | 0.61% | 0.71% | - |
| HSV(B) | 215.73º | 0.39% | 0.89% | - |
| XYZ | 38.99 | 40.7 | 77.75 | - |
| YUV | 168.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 226 | 0.39 | 0.23 | 0 | 0.11 | 215.73 | 0.61 | 0.71 |
| Hex | 89 | AD | E2 | 27 | 17 | 0 | B | D8 | 3D | 47 |
| Octal | 211 | 255 | 342 | 47 | 27 | 0 | 13 | 330 | 75 | 107 |
| Binary | 10001001 | 10101101 | 11100010 | 100111 | 10111 | 0 | 1011 | 11011000 | 111101 | 1000111 |
Color Harmonies of #89ADE2
Complementary color
Monochromatic Colors of #89ADE2
Black with #89ADE2
Text Example
Text Example
White with #89ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADE2; }
p { color: rgb(137,173,226); }
H1.HeaderClassName
{
color: #89ADE2;
}
.AnyTagClassName
{
color: #89ADE2;
}
</style>
background-color css
<style>
a { background-color: #89ADE2; }
a { background-color: rgb(137,173,226); }
div.DivClassName
{
background-color: #89ADE2;
}
.BgClassName
{
background-color: #89ADE2;
}
</style>
border-color css
<style>
span { border-color: #89ADE2; }
span { border-color: rgb(137,173,226); }
td.TdClassName
{
border-color: #89ADE2;
}
.TagClassName
{
border-color: #89ADE2;
}
</style>