Shades of Jordy Blue #89B0F2
Tints of Jordy Blue #89B0F2
RGB
CMYK
RGB Variations
Color information
#89B0F2 (or 0x89B0F2) is known color: Jordy Blue. HEX triplet: 89, B0 and F2. RGB value is (137,176,242). Sum of RGB (Red+Green+Blue) = 137+176+242=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #89B0F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B0F2 is #764F0D. Grayscale: #ABABAB. Windows color (decimal): -7753486 or 15904905. OLE color: 15904905.
HSL color Cylindrical-coordinate representation of color #89B0F2: hue angle of 217.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89B0F2 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 176 | 242 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.05 |
| HSL | 217.71º | 0.8% | 0.74% | - |
| HSV(B) | 217.71º | 0.43% | 0.95% | - |
| XYZ | 41.87 | 42.78 | 90.06 | - |
| YUV | 171.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 242 | 0.43 | 0.27 | 0 | 0.05 | 217.71 | 0.8 | 0.74 |
| Hex | 89 | B0 | F2 | 2B | 1B | 0 | 5 | DA | 50 | 4A |
| Octal | 211 | 260 | 362 | 53 | 33 | 0 | 5 | 332 | 120 | 112 |
| Binary | 10001001 | 10110000 | 11110010 | 101011 | 11011 | 0 | 101 | 11011010 | 1010000 | 1001010 |
Color Harmonies of #89B0F2
Complementary color
Monochromatic Colors of #89B0F2
Black with #89B0F2
Text Example
Text Example
White with #89B0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0F2; }
p { color: rgb(137,176,242); }
H1.HeaderClassName
{
color: #89B0F2;
}
.AnyTagClassName
{
color: #89B0F2;
}
</style>
background-color css
<style>
a { background-color: #89B0F2; }
a { background-color: rgb(137,176,242); }
div.DivClassName
{
background-color: #89B0F2;
}
.BgClassName
{
background-color: #89B0F2;
}
</style>
border-color css
<style>
span { border-color: #89B0F2; }
span { border-color: rgb(137,176,242); }
td.TdClassName
{
border-color: #89B0F2;
}
.TagClassName
{
border-color: #89B0F2;
}
</style>