Shades of Jordy Blue #89AAE2
Tints of Jordy Blue #89AAE2
RGB
CMYK
RGB Variations
Color information
#89AAE2 (or 0x89AAE2) is known color: Jordy Blue. HEX triplet: 89, AA and E2. RGB value is (137,170,226). Sum of RGB (Red+Green+Blue) = 137+170+226=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #89AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAE2 is #76551D. Grayscale: #A6A6A6. Windows color (decimal): -7755038 or 14854793. OLE color: 14854793.
HSL color Cylindrical-coordinate representation of color #89AAE2: hue angle of 217.75º 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 #89AAE2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 170 | 226 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.11 |
| HSL | 217.75º | 0.61% | 0.71% | - |
| HSV(B) | 217.75º | 0.39% | 0.89% | - |
| XYZ | 38.42 | 39.56 | 77.56 | - |
| YUV | 166.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 226 | 0.39 | 0.25 | 0 | 0.11 | 217.75 | 0.61 | 0.71 |
| Hex | 89 | AA | E2 | 27 | 19 | 0 | B | DA | 3D | 47 |
| Octal | 211 | 252 | 342 | 47 | 31 | 0 | 13 | 332 | 75 | 107 |
| Binary | 10001001 | 10101010 | 11100010 | 100111 | 11001 | 0 | 1011 | 11011010 | 111101 | 1000111 |
Color Harmonies of #89AAE2
Complementary color
Monochromatic Colors of #89AAE2
Black with #89AAE2
Text Example
Text Example
White with #89AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAE2; }
p { color: rgb(137,170,226); }
H1.HeaderClassName
{
color: #89AAE2;
}
.AnyTagClassName
{
color: #89AAE2;
}
</style>
background-color css
<style>
a { background-color: #89AAE2; }
a { background-color: rgb(137,170,226); }
div.DivClassName
{
background-color: #89AAE2;
}
.BgClassName
{
background-color: #89AAE2;
}
</style>
border-color css
<style>
span { border-color: #89AAE2; }
span { border-color: rgb(137,170,226); }
td.TdClassName
{
border-color: #89AAE2;
}
.TagClassName
{
border-color: #89AAE2;
}
</style>