Shades of Jordy Blue #89ADF2
Tints of Jordy Blue #89ADF2
RGB
CMYK
RGB Variations
Color information
#89ADF2 (or 0x89ADF2) is known color: Jordy Blue. HEX triplet: 89, AD and F2. RGB value is (137,173,242). Sum of RGB (Red+Green+Blue) = 137+173+242=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #89ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADF2 is #76520D. Grayscale: #A9A9A9. Windows color (decimal): -7754254 or 15904137. OLE color: 15904137.
HSL color Cylindrical-coordinate representation of color #89ADF2: hue angle of 219.43º 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 #89ADF2 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 173 | 242 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.05 |
| HSL | 219.43º | 0.8% | 0.74% | - |
| HSV(B) | 219.43º | 0.43% | 0.95% | - |
| XYZ | 41.29 | 41.62 | 89.86 | - |
| YUV | 170.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 242 | 0.43 | 0.29 | 0 | 0.05 | 219.43 | 0.8 | 0.74 |
| Hex | 89 | AD | F2 | 2B | 1D | 0 | 5 | DB | 50 | 4A |
| Octal | 211 | 255 | 362 | 53 | 35 | 0 | 5 | 333 | 120 | 112 |
| Binary | 10001001 | 10101101 | 11110010 | 101011 | 11101 | 0 | 101 | 11011011 | 1010000 | 1001010 |
Color Harmonies of #89ADF2
Complementary color
Monochromatic Colors of #89ADF2
Black with #89ADF2
Text Example
Text Example
White with #89ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADF2; }
p { color: rgb(137,173,242); }
H1.HeaderClassName
{
color: #89ADF2;
}
.AnyTagClassName
{
color: #89ADF2;
}
</style>
background-color css
<style>
a { background-color: #89ADF2; }
a { background-color: rgb(137,173,242); }
div.DivClassName
{
background-color: #89ADF2;
}
.BgClassName
{
background-color: #89ADF2;
}
</style>
border-color css
<style>
span { border-color: #89ADF2; }
span { border-color: rgb(137,173,242); }
td.TdClassName
{
border-color: #89ADF2;
}
.TagClassName
{
border-color: #89ADF2;
}
</style>