Shades of Jordy Blue #89ABFC
Tints of Jordy Blue #89ABFC
RGB
CMYK
RGB Variations
Color information
#89ABFC (or 0x89ABFC) is known color: Jordy Blue. HEX triplet: 89, AB and FC. RGB value is (137,171,252). Sum of RGB (Red+Green+Blue) = 137+171+252=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #89ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABFC is #765403. Grayscale: #A9A9A9. Windows color (decimal): -7754756 or 16558985. OLE color: 16558985.
HSL color Cylindrical-coordinate representation of color #89ABFC: hue angle of 222.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89ABFC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 171 | 252 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.01 |
| HSL | 222.26º | 0.95% | 0.76% | - |
| HSV(B) | 222.26º | 0.46% | 0.99% | - |
| XYZ | 42.45 | 41.47 | 97.86 | - |
| YUV | 170.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 252 | 0.46 | 0.32 | 0 | 0.01 | 222.26 | 0.95 | 0.76 |
| Hex | 89 | AB | FC | 2E | 20 | 0 | 1 | DE | 5F | 4C |
| Octal | 211 | 253 | 374 | 56 | 40 | 0 | 1 | 336 | 137 | 114 |
| Binary | 10001001 | 10101011 | 11111100 | 101110 | 100000 | 0 | 1 | 11011110 | 1011111 | 1001100 |
Color Harmonies of #89ABFC
Complementary color
Monochromatic Colors of #89ABFC
Black with #89ABFC
Text Example
Text Example
White with #89ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABFC; }
p { color: rgb(137,171,252); }
H1.HeaderClassName
{
color: #89ABFC;
}
.AnyTagClassName
{
color: #89ABFC;
}
</style>
background-color css
<style>
a { background-color: #89ABFC; }
a { background-color: rgb(137,171,252); }
div.DivClassName
{
background-color: #89ABFC;
}
.BgClassName
{
background-color: #89ABFC;
}
</style>
border-color css
<style>
span { border-color: #89ABFC; }
span { border-color: rgb(137,171,252); }
td.TdClassName
{
border-color: #89ABFC;
}
.TagClassName
{
border-color: #89ABFC;
}
</style>