Shades of Jordy Blue #89B2DA
Tints of Jordy Blue #89B2DA
RGB
CMYK
RGB Variations
Color information
#89B2DA (or 0x89B2DA) is known color: Jordy Blue. HEX triplet: 89, B2 and DA. RGB value is (137,178,218). Sum of RGB (Red+Green+Blue) = 137+178+218=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #89B2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2DA is #764D25. Grayscale: #AAAAAA. Windows color (decimal): -7752998 or 14332553. OLE color: 14332553.
HSL color Cylindrical-coordinate representation of color #89B2DA: hue angle of 209.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89B2DA is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 178 | 218 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.15 |
| HSL | 209.63º | 0.52% | 0.7% | - |
| HSV(B) | 209.63º | 0.37% | 0.85% | - |
| XYZ | 38.89 | 42.22 | 72.43 | - |
| YUV | 170.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 218 | 0.37 | 0.18 | 0 | 0.15 | 209.63 | 0.52 | 0.7 |
| Hex | 89 | B2 | DA | 25 | 12 | 0 | F | D2 | 34 | 46 |
| Octal | 211 | 262 | 332 | 45 | 22 | 0 | 17 | 322 | 64 | 106 |
| Binary | 10001001 | 10110010 | 11011010 | 100101 | 10010 | 0 | 1111 | 11010010 | 110100 | 1000110 |
Color Harmonies of #89B2DA
Complementary color
Monochromatic Colors of #89B2DA
Black with #89B2DA
Text Example
Text Example
White with #89B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2DA; }
p { color: rgb(137,178,218); }
H1.HeaderClassName
{
color: #89B2DA;
}
.AnyTagClassName
{
color: #89B2DA;
}
</style>
background-color css
<style>
a { background-color: #89B2DA; }
a { background-color: rgb(137,178,218); }
div.DivClassName
{
background-color: #89B2DA;
}
.BgClassName
{
background-color: #89B2DA;
}
</style>
border-color css
<style>
span { border-color: #89B2DA; }
span { border-color: rgb(137,178,218); }
td.TdClassName
{
border-color: #89B2DA;
}
.TagClassName
{
border-color: #89B2DA;
}
</style>