Shades of Jordy Blue #89B5E6
Tints of Jordy Blue #89B5E6
RGB
CMYK
RGB Variations
Color information
#89B5E6 (or 0x89B5E6) is known color: Jordy Blue. HEX triplet: 89, B5 and E6. RGB value is (137,181,230). Sum of RGB (Red+Green+Blue) = 137+181+230=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #89B5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B5E6 is #764A19. Grayscale: #ADADAD. Windows color (decimal): -7752218 or 15119753. OLE color: 15119753.
HSL color Cylindrical-coordinate representation of color #89B5E6: hue angle of 211.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89B5E6 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 181 | 230 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.10 |
| HSL | 211.61º | 0.65% | 0.72% | - |
| HSV(B) | 211.61º | 0.4% | 0.9% | - |
| XYZ | 41.12 | 44.08 | 81.2 | - |
| YUV | 173.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 230 | 0.40 | 0.21 | 0 | 0.10 | 211.61 | 0.65 | 0.72 |
| Hex | 89 | B5 | E6 | 28 | 15 | 0 | A | D4 | 41 | 48 |
| Octal | 211 | 265 | 346 | 50 | 25 | 0 | 12 | 324 | 101 | 110 |
| Binary | 10001001 | 10110101 | 11100110 | 101000 | 10101 | 0 | 1010 | 11010100 | 1000001 | 1001000 |
Color Harmonies of #89B5E6
Complementary color
Monochromatic Colors of #89B5E6
Black with #89B5E6
Text Example
Text Example
White with #89B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5E6; }
p { color: rgb(137,181,230); }
H1.HeaderClassName
{
color: #89B5E6;
}
.AnyTagClassName
{
color: #89B5E6;
}
</style>
background-color css
<style>
a { background-color: #89B5E6; }
a { background-color: rgb(137,181,230); }
div.DivClassName
{
background-color: #89B5E6;
}
.BgClassName
{
background-color: #89B5E6;
}
</style>
border-color css
<style>
span { border-color: #89B5E6; }
span { border-color: rgb(137,181,230); }
td.TdClassName
{
border-color: #89B5E6;
}
.TagClassName
{
border-color: #89B5E6;
}
</style>