Shades of Jordy Blue #89B4ED
Tints of Jordy Blue #89B4ED
RGB
CMYK
RGB Variations
Color information
#89B4ED (or 0x89B4ED) is known color: Jordy Blue. HEX triplet: 89, B4 and ED. RGB value is (137,180,237). Sum of RGB (Red+Green+Blue) = 137+180+237=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #89B4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B4ED is #764B12. Grayscale: #ADADAD. Windows color (decimal): -7752467 or 15578249. OLE color: 15578249.
HSL color Cylindrical-coordinate representation of color #89B4ED: hue angle of 214.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89B4ED is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 180 | 237 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.07 |
| HSL | 214.2º | 0.74% | 0.73% | - |
| HSV(B) | 214.2º | 0.42% | 0.93% | - |
| XYZ | 41.92 | 44.08 | 86.42 | - |
| YUV | 173.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 237 | 0.42 | 0.24 | 0 | 0.07 | 214.2 | 0.74 | 0.73 |
| Hex | 89 | B4 | ED | 2A | 18 | 0 | 7 | D6 | 4A | 49 |
| Octal | 211 | 264 | 355 | 52 | 30 | 0 | 7 | 326 | 112 | 111 |
| Binary | 10001001 | 10110100 | 11101101 | 101010 | 11000 | 0 | 111 | 11010110 | 1001010 | 1001001 |
Color Harmonies of #89B4ED
Complementary color
Monochromatic Colors of #89B4ED
Black with #89B4ED
Text Example
Text Example
White with #89B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B4ED; }
p { color: rgb(137,180,237); }
H1.HeaderClassName
{
color: #89B4ED;
}
.AnyTagClassName
{
color: #89B4ED;
}
</style>
background-color css
<style>
a { background-color: #89B4ED; }
a { background-color: rgb(137,180,237); }
div.DivClassName
{
background-color: #89B4ED;
}
.BgClassName
{
background-color: #89B4ED;
}
</style>
border-color css
<style>
span { border-color: #89B4ED; }
span { border-color: rgb(137,180,237); }
td.TdClassName
{
border-color: #89B4ED;
}
.TagClassName
{
border-color: #89B4ED;
}
</style>