Shades of Jordy Blue #89B7DF
Tints of Jordy Blue #89B7DF
RGB
CMYK
RGB Variations
Color information
#89B7DF (or 0x89B7DF) is known color: Jordy Blue. HEX triplet: 89, B7 and DF. RGB value is (137,183,223). Sum of RGB (Red+Green+Blue) = 137+183+223=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7DF is #764820. Grayscale: #ADADAD. Windows color (decimal): -7751713 or 14661513. OLE color: 14661513.
HSL color Cylindrical-coordinate representation of color #89B7DF: hue angle of 207.91º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89B7DF is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 183 | 223 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.13 |
| HSL | 207.91º | 0.57% | 0.71% | - |
| HSV(B) | 207.91º | 0.39% | 0.87% | - |
| XYZ | 40.57 | 44.51 | 76.27 | - |
| YUV | 173.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 223 | 0.39 | 0.18 | 0 | 0.13 | 207.91 | 0.57 | 0.71 |
| Hex | 89 | B7 | DF | 27 | 12 | 0 | D | D0 | 39 | 47 |
| Octal | 211 | 267 | 337 | 47 | 22 | 0 | 15 | 320 | 71 | 107 |
| Binary | 10001001 | 10110111 | 11011111 | 100111 | 10010 | 0 | 1101 | 11010000 | 111001 | 1000111 |
Color Harmonies of #89B7DF
Complementary color
Monochromatic Colors of #89B7DF
Black with #89B7DF
Text Example
Text Example
White with #89B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7DF; }
p { color: rgb(137,183,223); }
H1.HeaderClassName
{
color: #89B7DF;
}
.AnyTagClassName
{
color: #89B7DF;
}
</style>
background-color css
<style>
a { background-color: #89B7DF; }
a { background-color: rgb(137,183,223); }
div.DivClassName
{
background-color: #89B7DF;
}
.BgClassName
{
background-color: #89B7DF;
}
</style>
border-color css
<style>
span { border-color: #89B7DF; }
span { border-color: rgb(137,183,223); }
td.TdClassName
{
border-color: #89B7DF;
}
.TagClassName
{
border-color: #89B7DF;
}
</style>