Shades of Jordy Blue #89B3DF
Tints of Jordy Blue #89B3DF
RGB
CMYK
RGB Variations
Color information
#89B3DF (or 0x89B3DF) is known color: Jordy Blue. HEX triplet: 89, B3 and DF. RGB value is (137,179,223). Sum of RGB (Red+Green+Blue) = 137+179+223=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3DF is #764C20. Grayscale: #ABABAB. Windows color (decimal): -7752737 or 14660489. OLE color: 14660489.
HSL color Cylindrical-coordinate representation of color #89B3DF: hue angle of 210.7º 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 #89B3DF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 179 | 223 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.13 |
| HSL | 210.7º | 0.57% | 0.71% | - |
| HSV(B) | 210.7º | 0.39% | 0.87% | - |
| XYZ | 39.76 | 42.89 | 75.99 | - |
| YUV | 171.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 223 | 0.39 | 0.20 | 0 | 0.13 | 210.7 | 0.57 | 0.71 |
| Hex | 89 | B3 | DF | 27 | 14 | 0 | D | D3 | 39 | 47 |
| Octal | 211 | 263 | 337 | 47 | 24 | 0 | 15 | 323 | 71 | 107 |
| Binary | 10001001 | 10110011 | 11011111 | 100111 | 10100 | 0 | 1101 | 11010011 | 111001 | 1000111 |
Color Harmonies of #89B3DF
Complementary color
Monochromatic Colors of #89B3DF
Black with #89B3DF
Text Example
Text Example
White with #89B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B3DF; }
p { color: rgb(137,179,223); }
H1.HeaderClassName
{
color: #89B3DF;
}
.AnyTagClassName
{
color: #89B3DF;
}
</style>
background-color css
<style>
a { background-color: #89B3DF; }
a { background-color: rgb(137,179,223); }
div.DivClassName
{
background-color: #89B3DF;
}
.BgClassName
{
background-color: #89B3DF;
}
</style>
border-color css
<style>
span { border-color: #89B3DF; }
span { border-color: rgb(137,179,223); }
td.TdClassName
{
border-color: #89B3DF;
}
.TagClassName
{
border-color: #89B3DF;
}
</style>