Shades of Jordy Blue #89AFE7
Tints of Jordy Blue #89AFE7
RGB
CMYK
RGB Variations
Color information
#89AFE7 (or 0x89AFE7) is known color: Jordy Blue. HEX triplet: 89, AF and E7. RGB value is (137,175,231). Sum of RGB (Red+Green+Blue) = 137+175+231=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #89AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AFE7 is #765018. Grayscale: #A9A9A9. Windows color (decimal): -7753753 or 15183753. OLE color: 15183753.
HSL color Cylindrical-coordinate representation of color #89AFE7: hue angle of 215.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89AFE7 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 175 | 231 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.09 |
| HSL | 215.74º | 0.66% | 0.72% | - |
| HSV(B) | 215.74º | 0.41% | 0.91% | - |
| XYZ | 40.07 | 41.75 | 81.55 | - |
| YUV | 170.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 231 | 0.41 | 0.24 | 0 | 0.09 | 215.74 | 0.66 | 0.72 |
| Hex | 89 | AF | E7 | 29 | 18 | 0 | 9 | D8 | 42 | 48 |
| Octal | 211 | 257 | 347 | 51 | 30 | 0 | 11 | 330 | 102 | 110 |
| Binary | 10001001 | 10101111 | 11100111 | 101001 | 11000 | 0 | 1001 | 11011000 | 1000010 | 1001000 |
Color Harmonies of #89AFE7
Complementary color
Monochromatic Colors of #89AFE7
Black with #89AFE7
Text Example
Text Example
White with #89AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFE7; }
p { color: rgb(137,175,231); }
H1.HeaderClassName
{
color: #89AFE7;
}
.AnyTagClassName
{
color: #89AFE7;
}
</style>
background-color css
<style>
a { background-color: #89AFE7; }
a { background-color: rgb(137,175,231); }
div.DivClassName
{
background-color: #89AFE7;
}
.BgClassName
{
background-color: #89AFE7;
}
</style>
border-color css
<style>
span { border-color: #89AFE7; }
span { border-color: rgb(137,175,231); }
td.TdClassName
{
border-color: #89AFE7;
}
.TagClassName
{
border-color: #89AFE7;
}
</style>