Shades of Jordy Blue #89ABF2
Tints of Jordy Blue #89ABF2
RGB
CMYK
RGB Variations
Color information
#89ABF2 (or 0x89ABF2) is known color: Jordy Blue. HEX triplet: 89, AB and F2. RGB value is (137,171,242). Sum of RGB (Red+Green+Blue) = 137+171+242=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #89ABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABF2 is #76540D. Grayscale: #A8A8A8. Windows color (decimal): -7754766 or 15903625. OLE color: 15903625.
HSL color Cylindrical-coordinate representation of color #89ABF2: hue angle of 220.57º 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 #89ABF2 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 171 | 242 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.05 |
| HSL | 220.57º | 0.8% | 0.74% | - |
| HSV(B) | 220.57º | 0.43% | 0.95% | - |
| XYZ | 40.91 | 40.85 | 89.73 | - |
| YUV | 168.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 242 | 0.43 | 0.29 | 0 | 0.05 | 220.57 | 0.8 | 0.74 |
| Hex | 89 | AB | F2 | 2B | 1D | 0 | 5 | DD | 50 | 4A |
| Octal | 211 | 253 | 362 | 53 | 35 | 0 | 5 | 335 | 120 | 112 |
| Binary | 10001001 | 10101011 | 11110010 | 101011 | 11101 | 0 | 101 | 11011101 | 1010000 | 1001010 |
Color Harmonies of #89ABF2
Complementary color
Monochromatic Colors of #89ABF2
Black with #89ABF2
Text Example
Text Example
White with #89ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABF2; }
p { color: rgb(137,171,242); }
H1.HeaderClassName
{
color: #89ABF2;
}
.AnyTagClassName
{
color: #89ABF2;
}
</style>
background-color css
<style>
a { background-color: #89ABF2; }
a { background-color: rgb(137,171,242); }
div.DivClassName
{
background-color: #89ABF2;
}
.BgClassName
{
background-color: #89ABF2;
}
</style>
border-color css
<style>
span { border-color: #89ABF2; }
span { border-color: rgb(137,171,242); }
td.TdClassName
{
border-color: #89ABF2;
}
.TagClassName
{
border-color: #89ABF2;
}
</style>