Shades of Jordy Blue #89B3DC
Tints of Jordy Blue #89B3DC
RGB
CMYK
RGB Variations
Color information
#89B3DC (or 0x89B3DC) is known color: Jordy Blue. HEX triplet: 89, B3 and DC. RGB value is (137,179,220). Sum of RGB (Red+Green+Blue) = 137+179+220=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #89B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3DC is #764C23. Grayscale: #AAAAAA. Windows color (decimal): -7752740 or 14463881. OLE color: 14463881.
HSL color Cylindrical-coordinate representation of color #89B3DC: hue angle of 209.64º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89B3DC is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 179 | 220 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.14 |
| HSL | 209.64º | 0.54% | 0.7% | - |
| HSV(B) | 209.64º | 0.38% | 0.86% | - |
| XYZ | 39.35 | 42.73 | 73.88 | - |
| YUV | 171.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 220 | 0.38 | 0.19 | 0 | 0.14 | 209.64 | 0.54 | 0.7 |
| Hex | 89 | B3 | DC | 26 | 13 | 0 | E | D2 | 36 | 46 |
| Octal | 211 | 263 | 334 | 46 | 23 | 0 | 16 | 322 | 66 | 106 |
| Binary | 10001001 | 10110011 | 11011100 | 100110 | 10011 | 0 | 1110 | 11010010 | 110110 | 1000110 |
Color Harmonies of #89B3DC
Complementary color
Monochromatic Colors of #89B3DC
Black with #89B3DC
Text Example
Text Example
White with #89B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B3DC; }
p { color: rgb(137,179,220); }
H1.HeaderClassName
{
color: #89B3DC;
}
.AnyTagClassName
{
color: #89B3DC;
}
</style>
background-color css
<style>
a { background-color: #89B3DC; }
a { background-color: rgb(137,179,220); }
div.DivClassName
{
background-color: #89B3DC;
}
.BgClassName
{
background-color: #89B3DC;
}
</style>
border-color css
<style>
span { border-color: #89B3DC; }
span { border-color: rgb(137,179,220); }
td.TdClassName
{
border-color: #89B3DC;
}
.TagClassName
{
border-color: #89B3DC;
}
</style>