Shades of Jordy Blue #89B7E4
Tints of Jordy Blue #89B7E4
RGB
CMYK
RGB Variations
Color information
#89B7E4 (or 0x89B7E4) is known color: Jordy Blue. HEX triplet: 89, B7 and E4. RGB value is (137,183,228). Sum of RGB (Red+Green+Blue) = 137+183+228=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #89B7E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7E4 is #76481B. Grayscale: #AEAEAE. Windows color (decimal): -7751708 or 14989193. OLE color: 14989193.
HSL color Cylindrical-coordinate representation of color #89B7E4: hue angle of 209.67º 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 #89B7E4 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 183 | 228 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.11 |
| HSL | 209.67º | 0.63% | 0.72% | - |
| HSV(B) | 209.67º | 0.4% | 0.89% | - |
| XYZ | 41.25 | 44.79 | 79.87 | - |
| YUV | 174.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 228 | 0.40 | 0.20 | 0 | 0.11 | 209.67 | 0.63 | 0.72 |
| Hex | 89 | B7 | E4 | 28 | 14 | 0 | B | D2 | 3F | 48 |
| Octal | 211 | 267 | 344 | 50 | 24 | 0 | 13 | 322 | 77 | 110 |
| Binary | 10001001 | 10110111 | 11100100 | 101000 | 10100 | 0 | 1011 | 11010010 | 111111 | 1001000 |
Color Harmonies of #89B7E4
Complementary color
Monochromatic Colors of #89B7E4
Black with #89B7E4
Text Example
Text Example
White with #89B7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7E4; }
p { color: rgb(137,183,228); }
H1.HeaderClassName
{
color: #89B7E4;
}
.AnyTagClassName
{
color: #89B7E4;
}
</style>
background-color css
<style>
a { background-color: #89B7E4; }
a { background-color: rgb(137,183,228); }
div.DivClassName
{
background-color: #89B7E4;
}
.BgClassName
{
background-color: #89B7E4;
}
</style>
border-color css
<style>
span { border-color: #89B7E4; }
span { border-color: rgb(137,183,228); }
td.TdClassName
{
border-color: #89B7E4;
}
.TagClassName
{
border-color: #89B7E4;
}
</style>