Shades of Jordy Blue #89ADFC
Tints of Jordy Blue #89ADFC
RGB
CMYK
RGB Variations
Color information
#89ADFC (or 0x89ADFC) is known color: Jordy Blue. HEX triplet: 89, AD and FC. RGB value is (137,173,252). Sum of RGB (Red+Green+Blue) = 137+173+252=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #89ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADFC is #765203. Grayscale: #AAAAAA. Windows color (decimal): -7754244 or 16559497. OLE color: 16559497.
HSL color Cylindrical-coordinate representation of color #89ADFC: hue angle of 221.22º 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 #89ADFC is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 173 | 252 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.01 |
| HSL | 221.22º | 0.95% | 0.76% | - |
| HSV(B) | 221.22º | 0.46% | 0.99% | - |
| XYZ | 42.83 | 42.23 | 97.99 | - |
| YUV | 171.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 252 | 0.46 | 0.31 | 0 | 0.01 | 221.22 | 0.95 | 0.76 |
| Hex | 89 | AD | FC | 2E | 1F | 0 | 1 | DD | 5F | 4C |
| Octal | 211 | 255 | 374 | 56 | 37 | 0 | 1 | 335 | 137 | 114 |
| Binary | 10001001 | 10101101 | 11111100 | 101110 | 11111 | 0 | 1 | 11011101 | 1011111 | 1001100 |
Color Harmonies of #89ADFC
Complementary color
Monochromatic Colors of #89ADFC
Black with #89ADFC
Text Example
Text Example
White with #89ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADFC; }
p { color: rgb(137,173,252); }
H1.HeaderClassName
{
color: #89ADFC;
}
.AnyTagClassName
{
color: #89ADFC;
}
</style>
background-color css
<style>
a { background-color: #89ADFC; }
a { background-color: rgb(137,173,252); }
div.DivClassName
{
background-color: #89ADFC;
}
.BgClassName
{
background-color: #89ADFC;
}
</style>
border-color css
<style>
span { border-color: #89ADFC; }
span { border-color: rgb(137,173,252); }
td.TdClassName
{
border-color: #89ADFC;
}
.TagClassName
{
border-color: #89ADFC;
}
</style>