Shades of Jordy Blue #89B2F9
Tints of Jordy Blue #89B2F9
RGB
CMYK
RGB Variations
Color information
#89B2F9 (or 0x89B2F9) is known color: Jordy Blue. HEX triplet: 89, B2 and F9. RGB value is (137,178,249). Sum of RGB (Red+Green+Blue) = 137+178+249=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #89B2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B2F9 is #764D06. Grayscale: #ADADAD. Windows color (decimal): -7752967 or 16364169. OLE color: 16364169.
HSL color Cylindrical-coordinate representation of color #89B2F9: hue angle of 218.04º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89B2F9 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 178 | 249 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.02 |
| HSL | 218.04º | 0.9% | 0.76% | - |
| HSV(B) | 218.04º | 0.45% | 0.98% | - |
| XYZ | 43.34 | 44 | 95.83 | - |
| YUV | 173.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 249 | 0.45 | 0.29 | 0 | 0.02 | 218.04 | 0.9 | 0.76 |
| Hex | 89 | B2 | F9 | 2D | 1D | 0 | 2 | DA | 5A | 4C |
| Octal | 211 | 262 | 371 | 55 | 35 | 0 | 2 | 332 | 132 | 114 |
| Binary | 10001001 | 10110010 | 11111001 | 101101 | 11101 | 0 | 10 | 11011010 | 1011010 | 1001100 |
Color Harmonies of #89B2F9
Complementary color
Monochromatic Colors of #89B2F9
Black with #89B2F9
Text Example
Text Example
White with #89B2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2F9; }
p { color: rgb(137,178,249); }
H1.HeaderClassName
{
color: #89B2F9;
}
.AnyTagClassName
{
color: #89B2F9;
}
</style>
background-color css
<style>
a { background-color: #89B2F9; }
a { background-color: rgb(137,178,249); }
div.DivClassName
{
background-color: #89B2F9;
}
.BgClassName
{
background-color: #89B2F9;
}
</style>
border-color css
<style>
span { border-color: #89B2F9; }
span { border-color: rgb(137,178,249); }
td.TdClassName
{
border-color: #89B2F9;
}
.TagClassName
{
border-color: #89B2F9;
}
</style>