Shades of Jordy Blue #89B8DE
Tints of Jordy Blue #89B8DE
RGB
CMYK
RGB Variations
Color information
#89B8DE (or 0x89B8DE) is known color: Jordy Blue. HEX triplet: 89, B8 and DE. RGB value is (137,184,222). Sum of RGB (Red+Green+Blue) = 137+184+222=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #89B8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B8DE is #764721. Grayscale: #AEAEAE. Windows color (decimal): -7751458 or 14596233. OLE color: 14596233.
HSL color Cylindrical-coordinate representation of color #89B8DE: hue angle of 206.82º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89B8DE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 184 | 222 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.13 |
| HSL | 206.82º | 0.56% | 0.7% | - |
| HSV(B) | 206.82º | 0.38% | 0.87% | - |
| XYZ | 40.64 | 44.87 | 75.63 | - |
| YUV | 174.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 184 | 222 | 0.38 | 0.17 | 0 | 0.13 | 206.82 | 0.56 | 0.7 |
| Hex | 89 | B8 | DE | 26 | 11 | 0 | D | CF | 38 | 46 |
| Octal | 211 | 270 | 336 | 46 | 21 | 0 | 15 | 317 | 70 | 106 |
| Binary | 10001001 | 10111000 | 11011110 | 100110 | 10001 | 0 | 1101 | 11001111 | 111000 | 1000110 |
Color Harmonies of #89B8DE
Complementary color
Monochromatic Colors of #89B8DE
Black with #89B8DE
Text Example
Text Example
White with #89B8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B8DE; }
p { color: rgb(137,184,222); }
H1.HeaderClassName
{
color: #89B8DE;
}
.AnyTagClassName
{
color: #89B8DE;
}
</style>
background-color css
<style>
a { background-color: #89B8DE; }
a { background-color: rgb(137,184,222); }
div.DivClassName
{
background-color: #89B8DE;
}
.BgClassName
{
background-color: #89B8DE;
}
</style>
border-color css
<style>
span { border-color: #89B8DE; }
span { border-color: rgb(137,184,222); }
td.TdClassName
{
border-color: #89B8DE;
}
.TagClassName
{
border-color: #89B8DE;
}
</style>